summaryrefslogtreecommitdiff
path: root/libresourceqt.pro
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-09 12:07:31 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-09 12:14:46 +0200
commit381719b9a0adb8553a041633aed943f5ef48a1ff (patch)
tree6c5db8b6a7342dee77b1e1a010a6618fd824714f /libresourceqt.pro
parent6751c585385f017d08540bbe121606d642afb220 (diff)
Restructured libresourceqt includes, updated debianpackages to soversion=1.
Fixed ResourceEngine to work with the new Resource object.
Diffstat (limited to 'libresourceqt.pro')
-rw-r--r--libresourceqt.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/libresourceqt.pro b/libresourceqt.pro
new file mode 100644
index 0000000..7801d61
--- /dev/null
+++ b/libresourceqt.pro
@@ -0,0 +1,11 @@
+#####################################################################
+# Main projectfile
+#####################################################################
+
+CONFIG += ordered
+TEMPLATE = subdirs
+
+SUBDIRS = libdbus-qeventloop \
+ libresourceqt \
+ tests
+