tpsession initial import
[tpsession] / tpsession-0.1 / tpsession / tpsession.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-02-03T18:41:42
4 #
5 #-------------------------------------------------
6
7 QT       += network dbus
8
9 QT       -= gui
10
11 TARGET = tpsession
12 CONGIG += -g
13 QMAKE_STRIP=echo
14 TEMPLATE = lib
15 VERSION = 0.1
16 #CONFIG += staticlib
17 INCLUDEPATH += /usr/include/telepathy-1.0/
18
19 SOURCES += tpsession.cpp tpsessionaccount.cpp tpsessionchannel.cpp tpsessionobserver.cpp
20
21 HEADERS += tpsession.h tpsessionaccount.h tpsessionchannel.h tpsessionobserver.h
22
23 dev.path = /usr/include/telepathy-1.0/tpsession
24 dev.files = *.h 
25 pkg.path = /usr/lib/pkgconfig
26 pkg.files = TpSession.pc
27 target.path += $$[QT_INSTALL_LIBS]
28 INSTALLS += target dev pkg
29