diff options
author | Marius Kintel <marius@kintel.net> | 2012-08-13 19:57:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-08-13 19:57:16 (GMT) |
commit | 7ef48a28ff7353d90165af43de095c806852ab43 (patch) | |
tree | 048130c499a1ae45eeb57bc925e66b3f13068ab6 /mingw-cross-env.pri | |
parent | faeebb18e46b8c08b7ff8dec15e991fee0e0e276 (diff) | |
parent | 8318c672a821e329dfb3b9eaec886ed3b28c550d (diff) |
Merge pull request #170 from openscad/mingw_installer2
Mingw installer2
Diffstat (limited to 'mingw-cross-env.pri')
-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 - } |