Add rules to install qtcamera, declarative bindings and the application
[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 = quill qmsystem2 libresourceqt1
14
15 SOURCES += main.cpp settings.cpp filenaming.cpp quillitem.cpp displaystate.cpp fsmonitor.cpp \
16            cameraresources.cpp compass.cpp orientation.cpp geocode.cpp mountprotector.cpp \
17            trackerstore.cpp focusrectangle.cpp sharehelper.cpp deletehelper.cpp galleryhelper.cpp \
18            postcapturemodel.cpp batteryinfo.cpp gridlines.cpp deviceinfo.cpp devicekeys.cpp
19
20 HEADERS += settings.h filenaming.h quillitem.h displaystate.h fsmonitor.h \
21            cameraresources.h compass.h orientation.h geocode.h mountprotector.h \
22            trackerstore.h focusrectangle.h sharehelper.h deletehelper.h galleryhelper.h \
23            postcapturemodel.h batteryinfo.h gridlines.h deviceinfo.h devicekeys.h
24
25 RESOURCES += ../qml/qml.qrc
26
27 contains(CONFIG, qmljsdebug) {
28     message("Enabling QML/JS Debugging")
29     QT += script
30     include(../qmljsdebugger/qmljsdebugger-src.pri)
31 }
32
33 target.path = /usr/bin/
34 INSTALLS += target