source: trunk/mkspecs/features/shared.prf@ 9

Last change on this file since 9 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 211 bytes
Line 
1CONFIG -= static
2contains(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.