File: common-pkgconfig.pri

package info (click to toggle)
libaccounts-qt 1.13%2B20150813-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604 kB
  • ctags: 388
  • sloc: cpp: 3,291; xml: 75; makefile: 36; sh: 14
file content (10 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (9)
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}
}