File: common-pkgconfig.pri

package info (click to toggle)
signond 8.59-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,188 kB
  • sloc: cpp: 18,552; xml: 139; python: 42; sh: 41; makefile: 33
file content (10 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
# Include this file after defining the pkgconfig.files variable

!isEmpty(pkgconfig.files) {
    QMAKE_SUBSTITUTES += $${pkgconfig.files}.in
    pkgconfig.CONFIG = no_check_exist
    pkgconfig.path  = $${INSTALL_LIBDIR}/pkgconfig
    QMAKE_EXTRA_TARGETS += pkgconfig

    QMAKE_CLEAN += $${pkgconfig.files}
}