summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/shared.prf
blob: 86efd8e6d8b333c2cf68a29c6f58e6a74cba358a (plain)
1
2
3
4
5
6
7
CONFIG -= static
contains(TEMPLATE, ".*lib"): {
    CONFIG += dll
    CONFIG -= staticlib
    win32:QMAKE_LFLAGS += $$QMAKE_LFLAGS_DLL
}
!static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(shared, static)