3fdcaec3807b18309b3c7c4b8a4877fb6d97beb1
[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 debug static mobility qtsparql galleryinterface-maemo-meegotouch \
9           shareuiinterface-maemo-meegotouch qmljsdebug
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 LIBS +=  -L../imports/ -limports -L../lib/ -lqtcamera
17
18 SOURCES += main.cpp settings.cpp filenaming.cpp quillitem.cpp displaystate.cpp fsmonitor.cpp \
19            cameraresources.cpp compass.cpp orientation.cpp geocode.cpp mountprotector.cpp \
20            trackerstore.cpp focusrectangle.cpp sharehelper.cpp deletehelper.cpp galleryhelper.cpp \
21            postcapturemodel.cpp batteryinfo.cpp gridlines.cpp deviceinfo.cpp devicekeys.cpp
22
23 HEADERS += settings.h filenaming.h quillitem.h displaystate.h fsmonitor.h \
24            cameraresources.h compass.h orientation.h geocode.h mountprotector.h \
25            trackerstore.h focusrectangle.h sharehelper.h deletehelper.h galleryhelper.h \
26            postcapturemodel.h batteryinfo.h gridlines.h deviceinfo.h devicekeys.h
27
28 RESOURCES += ../qml/qml.qrc
29
30 contains(CONFIG, qmljsdebug) {
31     message("Enabling QML/JS Debugging")
32     include(../qmljsdebugger/qmljsdebugger-src.pri)
33 }