source: trunk/mkspecs/features/static.prf@ 577

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

trunk: Merged in qt 4.6.1 sources.

File size: 495 bytes
Line 
1CONFIG -= shared dll
2contains(TEMPLATE, ".*lib"):{
3 CONFIG += staticlib
4 unix {
5 QMAKE_CFLAGS += $$QMAKE_CFLAGS_STATIC_LIB
6 QMAKE_CXXFLAGS += $$QMAKE_CXXFLAGS_STATIC_LIB
7 }
8}
9
10mac {
11 QMAKE_LFLAGS += $$QMAKE_LFLAGS_STATIC_LIB
12}
13
14symbian {
15 # we don't care about exports from static libraries, as they don't end up in DEF files
16 MMP_RULES -= $$MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA
17}
18
19!static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(static, shared)
Note: See TracBrowser for help on using the repository browser.