summaryrefslogtreecommitdiff
path: root/libresourceqt.pro
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2009-12-30 16:00:09 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2009-12-30 16:00:09 +0200
commit9504f0418dd0f3a9e6dff6034ffe36196c473a06 (patch)
treeb91b56455e0541b03f018df99c9ea95865621f9a /libresourceqt.pro
Initial commit
Diffstat (limited to 'libresourceqt.pro')
-rw-r--r--libresourceqt.pro34
1 files changed, 34 insertions, 0 deletions
diff --git a/libresourceqt.pro b/libresourceqt.pro
new file mode 100644
index 0000000..6467262
--- /dev/null
+++ b/libresourceqt.pro
@@ -0,0 +1,34 @@
+TEMPLATE = lib
+VERSION = 1.0.0
+TARGET = resourceqt
+DESTDIR = build
+DEPENDPATH += include src
+INCLUDEPATH += src include
+
+# Input
+PUBLIC_HEADERS = include/resource.h \
+ include/resource-factory.h \
+ include/resource-types.h
+HEADERS += $$PUBLIC_HEADERS \
+ src/libplayback-wrapper.h \
+ src/resource-library.h
+
+SOURCES += src/libplayback-wrapper.cpp \
+ src/resource.cpp \
+ src/resource-factory.cpp
+
+
+OBJECTS_DIR = build
+MOC_DIR = build
+
+CONFIG += qt link_pkgconfig
+QT = core dbus
+PKGCONFIG += dbus-1 libplayback-1
+
+# Install directives
+headers.files = $$PUBLIC_HEADERS
+INSTALLBASE = /usr
+target.path = $$INSTALLBASE/lib
+headers.path = $$INSTALLBASE/include/resource/qt4
+
+INSTALLS = target headers