Merge commit '638ecc4cde79b0296f2e04f683ca4cb881c28f36' as 'rtengine/libraw'

This commit is contained in:
Lawrence Lee
2023-11-12 11:49:00 -08:00
213 changed files with 77043 additions and 0 deletions

View 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