Turn stuff under declarative into a real QML extension
[harmattan/cameraplus] / src / src.pro
1 TEMPLATE = app
2 TARGET = cameraplus
3 DEPENDPATH += . ../
4 INCLUDEPATH += . ../
5
6 QT += declarative opengl dbus
7
8 CONFIG += link_pkgconfig mobility qtsparql galleryinterface-maemo-meegotouch \
9           shareuiinterface-maemo-meegotouch
10
11 MOBILITY += location systeminfo
12
13 PKGCONFIG = gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-tag-0.10 \
14             gstreamer-pbutils-0.10 meego-gstreamer-interfaces-0.10 quill qmsystem2 libresourceqt1
15
16 SOURCES += main.cpp settings.cpp filenaming.cpp quillitem.cpp displaystate.cpp fsmonitor.cpp \
17            cameraresources.cpp compass.cpp orientation.cpp geocode.cpp mountprotector.cpp \
18            trackerstore.cpp focusrectangle.cpp sharehelper.cpp deletehelper.cpp galleryhelper.cpp \
19            postcapturemodel.cpp batteryinfo.cpp gridlines.cpp deviceinfo.cpp devicekeys.cpp
20
21 HEADERS += settings.h filenaming.h quillitem.h displaystate.h fsmonitor.h \
22            cameraresources.h compass.h orientation.h geocode.h mountprotector.h \
23            trackerstore.h focusrectangle.h sharehelper.h deletehelper.h galleryhelper.h \
24            postcapturemodel.h batteryinfo.h gridlines.h deviceinfo.h devicekeys.h
25
26 RESOURCES += ../qml/qml.qrc
27
28 contains(CONFIG, qmljsdebug) {
29     message("Enabling QML/JS Debugging")
30     QT += script
31     include(../qmljsdebugger/qmljsdebugger-src.pri)
32 }