Squashed 'rtengine/libraw/' content from commit cccb97647
git-subtree-dir: rtengine/libraw git-subtree-split: cccb97647fcee56801fa68231fa8a38aa8b52ef7
This commit is contained in:
28
buildfiles/libraw-common-lib.pro
Normal file
28
buildfiles/libraw-common-lib.pro
Normal file
@@ -0,0 +1,28 @@
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS+=/MP
|
||||
!contains(QMAKE_HOST.arch, x86_64) {
|
||||
SUFF="x86"
|
||||
} else {
|
||||
## Windows x64 (64bit) specific build here
|
||||
SUFF="x86_64"
|
||||
}
|
||||
}
|
||||
|
||||
CONFIG(debug,debug|release) {
|
||||
win32:OUTD=debug-$$SUFF
|
||||
win32:OUTDE=debug-$$SUFF
|
||||
macx:OUTD=debug
|
||||
} else {
|
||||
win32:OUTD=release-$$SUFF
|
||||
win32:OUTDE=release-$$SUFF
|
||||
macx:OUTD=release
|
||||
}
|
||||
|
||||
INCLUDEPATH+=../
|
||||
OBJECTS_DIR = $$OUTD/$${TARGET}.obj
|
||||
MOC_DIR = $$OUTD/
|
||||
RCC_DIR = $$OUTD/
|
||||
UI_DIR = $$OUTD/
|
||||
DESTDIR = $$OUTD/
|
||||
LIBS+=-L$$OUTD
|
||||
CONFIG+=warn_off
|
Reference in New Issue
Block a user