summaryrefslogtreecommitdiff
path: root/libresourceqt/libresourceqt.pro
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-17 11:40:38 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-17 11:40:38 +0200
commit28aaf4eb7d89bba113d27a9a39fc787a03a05e31 (patch)
tree67f353cda2b44b419d108f5c91e0cf5d1fa27f7a /libresourceqt/libresourceqt.pro
parente288abf93cc33ce7f6d535e1e5d887e8f9628119 (diff)
Implemented release, update and related callbacks (grant, release, lost
resources). Initial implementation of audio (group only at this stage).
Diffstat (limited to 'libresourceqt/libresourceqt.pro')
-rw-r--r--libresourceqt/libresourceqt.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/libresourceqt/libresourceqt.pro b/libresourceqt/libresourceqt.pro
index 1fa80c2..428208d 100644
--- a/libresourceqt/libresourceqt.pro
+++ b/libresourceqt/libresourceqt.pro
@@ -6,14 +6,18 @@ DEPENDPATH += $${POLICY} src
INCLUDEPATH += $${LIBRESOURCEINC} $${LIBDBUSQEVENTLOOP} src
# Input
-PUBLIC_HEADERS = $${POLICY}/resource.h $${POLICY}/resource-set.h $${POLICY}/resources.h
+PUBLIC_HEADERS = $${POLICY}/resource.h \
+ $${POLICY}/resource-set.h \
+ $${POLICY}/resources.h \
+ $${POLICY}/audio-resource.h
HEADERS += $${PUBLIC_HEADERS} src/resource-engine.h
SOURCES += src/resource.cpp \
src/resource-set.cpp \
src/resource-engine.cpp \
- src/resources.cpp
+ src/resources.cpp \
+ src/audio-resource.cpp
QMAKE_CXXFLAGS += -Wall
LIBS += -L$${LIBDBUSQEVENTLOOP}/build -ldbus-qeventloop