From 7eef9f7649929fe9efef28532ea1397725c6f78e Mon Sep 17 00:00:00 2001 From: don bright Date: Wed, 1 Aug 2012 20:36:27 -0500 Subject: rework mingw build to use 'out of source build' for better dual-building diff --git a/mingw-cross-env.pri b/mingw-cross-env.pri index bc6f33a..9b808c0 100644 --- a/mingw-cross-env.pri +++ b/mingw-cross-env.pri @@ -11,21 +11,6 @@ CONFIG(mingw-cross-env) { LIBS += mingw-cross-env/lib/libgmp.a LIBS += mingw-cross-env/lib/libCGAL.a QMAKE_CXXFLAGS += -fpermissive - - - # Use different location for the cross-compiled binaries + .o files - # This allows compiling unix build + mingw build in same tree - - DESTDIR=. - - Release:DESTDIR = release_mingw32 - Debug:DESTDIR = debug_mingw32 - - OBJECTS_DIR = $$DESTDIR/objects - MOC_DIR = $$DESTDIR/moc - RCC_DIR = $$DESTDIR/rcc - UI_DIR = $$DESTDIR/ui - } -- cgit v0.10.1