diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-02 01:36:27 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-02 01:36:27 (GMT) |
commit | 7eef9f7649929fe9efef28532ea1397725c6f78e (patch) | |
tree | d7d467bdcb183ab4a80e7112e549f7fd1c843382 | |
parent | 2f3e11a797e368a7cdf9726231de7c707629751e (diff) |
rework mingw build to use 'out of source build' for better dual-building
-rw-r--r-- | mingw-cross-env.pri | 15 |
1 files changed, 0 insertions, 15 deletions
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 - } |