Changeset 1025 for trunk/mkspecs
- Timestamp:
- Aug 25, 2011, 2:55:45 PM (14 years ago)
- Location:
- trunk/mkspecs/features/os2
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mkspecs/features/os2/default_post.prf
r958 r1025 1 2 3 1 4 !CONFIG(windows):!CONFIG(console) { 2 5 CONFIG(release, debug|release):CONFIG(qt):contains(QT, gui) { -
trunk/mkspecs/features/os2/exepack.prf
r972 r1025 1 1 isEmpty(QMAKE_EXEPACK):error("'exepack' is present in CONFIG but QMAKE_EXEPACK is not defined!") 2 2 3 contains(TEMPLATE, ".*app")|dll {3 dll { 4 4 build_pass|isEmpty(BUILDS) { 5 5 CONFIG(release, debug|release) { -
trunk/mkspecs/features/os2/highmem.prf
r533 r1025 1 contains(TEMPLATE, ".*app")|dll {1 dll { 2 2 build_pass|isEmpty(BUILDS) { 3 3 QMAKE_LFLAGS += $$QMAKE_LFLAGS_HIGHMEM -
trunk/mkspecs/features/os2/map.prf
r954 r1025 1 contains(TEMPLATE, ".*app")|dll {1 dll { 2 2 build_pass|isEmpty(BUILDS) { 3 3 QMAKE_LFLAGS += $$QMAKE_LFLAGS_MAP -
trunk/mkspecs/features/os2/sym.prf
r1024 r1025 1 1 isEmpty(QMAKE_MAPSYM):error("'sym' is present in CONFIG but QMAKE_MAPSYM is not defined!") 2 2 3 contains(TEMPLATE, ".*app")|dll {3 dll { 4 4 build_pass|isEmpty(BUILDS) { 5 5 !isEmpty(QMAKE_POST_LINK):QMAKE_POST_LINK += $$escape_expand(\\n\\t)
Note:
See TracChangeset
for help on using the changeset viewer.