2010-11-01 17:03:46 +01:00
|
|
|
# This file was generated by the Qt Quick Application wizard of Qt Creator.
|
|
|
|
|
# The code below adds the QmlApplicationViewer to the project and handles the
|
|
|
|
|
# activation of QML debugging.
|
|
|
|
|
# It is recommended not to modify this file, since newer versions of Qt Creator
|
|
|
|
|
# may offer an updated version of it.
|
2010-08-09 14:20:13 +02:00
|
|
|
|
|
|
|
|
QT += declarative
|
|
|
|
|
|
2010-08-25 19:07:50 +02:00
|
|
|
SOURCES += $$PWD/qmlapplicationviewer.cpp
|
|
|
|
|
HEADERS += $$PWD/qmlapplicationviewer.h
|
|
|
|
|
INCLUDEPATH += $$PWD
|
2010-08-09 14:20:13 +02:00
|
|
|
|
2011-01-12 16:24:00 +01:00
|
|
|
# Include JS debugger library if QMLJSDEBUGGER_PATH is set
|
|
|
|
|
!isEmpty(QMLJSDEBUGGER_PATH) {
|
|
|
|
|
include($$QMLJSDEBUGGER_PATH/qmljsdebugger-lib.pri)
|
|
|
|
|
} else {
|
|
|
|
|
DEFINES -= QMLJSDEBUGGER
|
2010-08-09 14:20:13 +02:00
|
|
|
}
|
2011-08-17 12:27:24 +02:00
|
|
|
|
|
|
|
|
contains(CONFIG,qdeclarative-boostable):contains(MEEGO_EDITION,harmattan) {
|
|
|
|
|
DEFINES += HARMATTAN_BOOSTER
|
|
|
|
|
}
|