diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-09 12:07:31 +0200 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-09 12:14:46 +0200 |
commit | 381719b9a0adb8553a041633aed943f5ef48a1ff (patch) | |
tree | 6c5db8b6a7342dee77b1e1a010a6618fd824714f /libresourceqt.pro | |
parent | 6751c585385f017d08540bbe121606d642afb220 (diff) | |
download | libresourceqt-381719b9a0adb8553a041633aed943f5ef48a1ff.tar.gz |
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.pro | 11 |
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 + |