diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2009-12-31 14:52:39 +0200 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2009-12-31 14:53:53 +0200 |
commit | 3ef3f8cd8d6bcb2d8c3401f7f89dca07af98adae (patch) | |
tree | 9251e77c74875ee6a4588658bcd48bdab2c915ea /libresourceqt.pro | |
parent | b95d5e2079786e8435f6afc176b3b8b80043b868 (diff) | |
download | libresourceqt-3ef3f8cd8d6bcb2d8c3401f7f89dca07af98adae.tar.gz |
Added libplayback tests, which run through the the whole library.
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 6467262..543a171 100644 --- a/libresourceqt.pro +++ b/libresourceqt.pro @@ -16,12 +16,11 @@ HEADERS += $$PUBLIC_HEADERS \ SOURCES += src/libplayback-wrapper.cpp \ src/resource.cpp \ src/resource-factory.cpp - OBJECTS_DIR = build MOC_DIR = build -CONFIG += qt link_pkgconfig +CONFIG += qt link_pkgconfig dll QT = core dbus PKGCONFIG += dbus-1 libplayback-1 |