Work in progress: hacks at vienna, do not use it
[googlelatitude] / libkqoauth / libkqoauth.pro
1 TEMPLATE = lib
2 CONFIG   += staticlib
3 TARGET   = kqoauth
4
5 QT       -= gui
6 QT       += network
7
8 HEADERS += kqoauthauthreplyserver.h \
9            kqoauthauthreplyserver_p.h \
10            kqoauthglobals.h \
11            kqoauthmanager.h \
12            kqoauthmanager_p.h \
13            kqoauthrequest.h \
14            kqoauthrequest_1.h \
15            kqoauthrequest_p.h \
16            kqoauthrequest_xauth.h \
17            kqoauthrequest_xauth_p.h \
18            kqoauthutils.h
19 SOURCES += kqoauthauthreplyserver.cpp \
20            kqoauthmanager.cpp \
21            kqoauthrequest.cpp \
22            kqoauthrequest_1.cpp \
23            kqoauthrequest_xauth.cpp \
24            kqoauthutils.cpp
25
26 target.path = /opt/linfati.com/lib
27 INSTALLS += target