Changeset 119 for trunk/mkspecs
- Timestamp:
- Aug 17, 2009, 8:58:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mkspecs/features/os2/default_pre.prf
r104 r119 54 54 !build_pass: return(true) 55 55 56 # this is necessary to store LIBS as QMAKE_PRL_LIBS in the generated .prl57 CONFIG += explicitlib58 59 56 # define _VERSION_OVERRIDE statements if needed 60 57 for(a, 1) { … … 79 76 80 77 CONFIG($$SPLIT_CONFIG):CONFIG($$scope) { 81 # add the other parts to LIBS of this part 78 # add the other parts to LIBS of this part 82 79 for(b, 1) { 83 80 !equals(b, $${a}) { 84 81 equals(b, "."):b = 85 82 eval(LIBS += -l$${TARGET}$${b}) 83 86 84 } 87 85 } 88 86 !isEmpty(LIBS):export(LIBS) 89 QMAKE_LIBDIR += $(DESTDIR) 87 !isEmpty(PRL_EXPORT_LIBS):export(PRL_EXPORT_LIBS) 88 89 QMAKE_LIBDIR *= $(DESTDIR) 90 90 export(QMAKE_LIBDIR) 91 91
Note:
See TracChangeset
for help on using the changeset viewer.