File: static.prf

package info (click to toggle)
clustalx 2.1%2Blgpl-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,324 kB
  • sloc: cpp: 40,050; sh: 163; xml: 102; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
CONFIG -= shared dll
contains(TEMPLATE, ".*lib"):{
    CONFIG += staticlib
    unix:!embedded {
        QMAKE_CFLAGS += $$QMAKE_CFLAGS_STATIC_LIB
        QMAKE_CXXFLAGS += $$QMAKE_CXXFLAGS_STATIC_LIB
    }
}
!static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(static, shared)