File: qtcontacts-sqlite.pro

package info (click to toggle)
qtcontacts-sqlite 0.3.20-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,952 kB
  • sloc: cpp: 32,880; ansic: 1,269; xml: 62; makefile: 32; sh: 18
file content (14 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
SUBDIRS = \
        src \
        tests
OTHER_FILES += rpm/qtcontacts-sqlite-qt5.spec

packagesExist(gsettings-qt) {
    schemas.path = $${PREFIX}/share/glib-2.0/schemas
    schemas.files = schemas/org.nemomobile.contacts.gschema.xml
    
    INSTALLS += schemas
}

tests.depends = src