Changeset 209 for tests/common.pri
- Timestamp:
- Oct 6, 2009, 6:13:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/common.pri
r205 r209 1 1 isEmpty(DEPTH):DEPTH = . 2 os2:OBJECTS_DIR = $$DEPTH/obj/os23 win32:OBJECTS_DIR = $$DEPTH/obj/win4 x11:OBJECTS_DIR = $$DEPTH/obj/x115 2 3 4 5 6 7 8 9 10 11 12 13 6 14 MOC_DIR = $$OBJECTS_DIR 7 15 DESTDIR = $$OBJECTS_DIR 8 16 17 9 18 QMAKE_DIR_REPLACE = OBJECTS_DIR MOC_DIR RCC_DIR target.path 10 19 11 #release { 12 # os2:target.path = $$DEPTH/bin/os2-release 13 # win32:target.path = $$DEPTH/bin/os2-release 14 # x11:target.path = $$DEPTH/bin/os2-release 15 16 os2:target.path = $$DEPTH/bin/os2 17 win32:target.path = $$DEPTH/bin/win 18 x11:target.path = $$DEPTH/bin/x11 19 20 target.path = $$DEPTH/bin/$${PLATFORM}$${OUTPATH_SUFFIX} 20 21 INSTALLS += target
Note:
See TracChangeset
for help on using the changeset viewer.