File: deltadetection.pro

package info (click to toggle)
qtcontacts-sqlite 0.3.20-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,952 kB
  • sloc: cpp: 32,880; ansic: 1,269; xml: 62; makefile: 32; sh: 18
file content (16 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include(../../../config.pri)

TEMPLATE = app
TARGET = deltadetection

QT = \
    core \
    testlib

SOURCES = main.cpp deltasyncadapter.cpp
HEADERS = deltasyncadapter.h ../../../src/extensions/contactmanagerengine.h

INCLUDEPATH += ../../../src/extensions ../../../src/engine/

target.path = /opt/tests/qtcontacts-sqlite-qt5
INSTALLS += target