rework mingw build to use 'out of source build' for better dual-building

felipesanches-svg
don bright 2012-08-01 20:36:27 -05:00
parent 2f3e11a797
commit 7eef9f7649
1 changed files with 0 additions and 15 deletions

View File

@ -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
}