source:
branches/vendor/trolltech/qt/current/mkspecs/features/shared.prf
@
2
Last change on this file since 2 was 2, checked in by , 12 years ago | |
---|---|
File size: 211 bytes |
Line | |
---|---|
1 | CONFIG -= static |
2 | contains(TEMPLATE, ".*lib"): { |
3 | CONFIG += dll |
4 | CONFIG -= staticlib |
5 | win32:QMAKE_LFLAGS += $$QMAKE_LFLAGS_DLL |
6 | } |
7 | !static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(shared, static) |
Note: See TracBrowser
for help on using the repository browser.