File: notebooksyncagent.pro

package info (click to toggle)
buteo-sync-plugin-caldav 0.3.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: cpp: 5,303; xml: 782; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
TARGET = tst_notebooksyncagent

QT += testlib
QT -= gui

CONFIG += debug

include($$PWD/../../src/src.pri)

SOURCES += tst_notebooksyncagent.cpp

OTHER_FILES += data/*xml

datafiles.files += data/*xml
datafiles.path = /opt/tests/buteo/plugins/caldav/data/

target.path = /opt/tests/buteo/plugins/caldav/

INSTALLS += target datafiles