First attempt at removing QtQuick 1.1 hardcoding from qml files.
[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
9
10 MOBILITY += location systeminfo
11
12 PKGCONFIG = quill qmsystem2 libresourceqt1
13
14 SOURCES += main.cpp settings.cpp filenaming.cpp quillitem.cpp displaystate.cpp fsmonitor.cpp \
15            cameraresources.cpp compass.cpp orientation.cpp geocode.cpp mountprotector.cpp \
16            trackerstore.cpp focusrectangle.cpp sharehelper.cpp deletehelper.cpp galleryhelper.cpp \
17            postcapturemodel.cpp batteryinfo.cpp gridlines.cpp deviceinfo.cpp devicekeys.cpp \
18            platformsettings.cpp dbusservice.cpp qmlfileengine.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            platformsettings.h dbusservice.h qmlfileengine.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 }
33
34 target.path = /usr/bin/
35 INSTALLS += target