File: libraw-common-lib.pro

package info (click to toggle)
libraw 0.21.4-3~exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,476 kB
  • sloc: cpp: 53,067; ansic: 2,430; makefile: 133; sh: 82; perl: 58
file content (28 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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