File: tools.pro

package info (click to toggle)
buteo-sync-plugin-caldav 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 824 kB
  • sloc: cpp: 5,966; xml: 782; makefile: 17
file content (14 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = dav-client
QT -= gui
QT += network

CONFIG += console

INCLUDEPATH += ../lib
LIBS += -L../lib -lbuteodav

SOURCES += dav-client.cpp

target.path = $$INSTALL_ROOT/usr/bin/
INSTALLS += target