File: common.pri

package info (click to toggle)
nemo-qml-plugin-contacts 0.3.33-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,052 kB
  • sloc: cpp: 14,575; makefile: 15; sh: 5
file content (15 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../config.pri)
include(testdir.pri)

TEMPLATE = app
CONFIG -= app_bundle

QT += testlib qml dbus

SRCDIR = $$PWD/../src/
INCLUDEPATH += $$SRCDIR $$PWD/../lib/
DEPENDPATH += $$INCLUDEPATH
LIBS += -L$$PWD/../lib -L../../lib -lcontactcache-qt$${QT_MAJOR_VERSION}

target.path = /opt/tests/$${TESTDIR}
INSTALLS += target