diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-25 13:56:08 +0200 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-25 14:00:02 +0200 |
commit | 0334e01186cbb1d2a4d5f5d5ad2dabb173d87dc6 (patch) | |
tree | b92e7466d956a8e37a8a63af24b1e3e31a556cb2 /libresourceqt.pro | |
parent | 67649bb4c02c471ac394d490851c7c3ae5126c41 (diff) | |
download | libresourceqt-0334e01186cbb1d2a4d5f5d5ad2dabb173d87dc6.tar.gz |
Fixed ResourceSet signals QList<ResourcePolicy::ResourceType> to list
namespace, so the users don't have to use namecpace ResourcePolicy
Diffstat (limited to 'libresourceqt.pro')
-rw-r--r-- | libresourceqt.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libresourceqt.pro b/libresourceqt.pro index c5814e4..d032d2e 100644 --- a/libresourceqt.pro +++ b/libresourceqt.pro @@ -2,11 +2,10 @@ # Main projectfile ##################################################################### -CONFIG += ordered +CONFIG += ordered TEMPLATE = subdirs SUBDIRS = libdbus-qeventloop \ libresourceqt \ resourceqt-client \ tests - |