mirror of https://github.com/qt/qtcharts.git
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
QT += declarative
|
|
|
|
SOURCES += $$PWD/qmlapplicationviewer.cpp
|
|
HEADERS += $$PWD/qmlapplicationviewer.h
|
|
INCLUDEPATH += $$PWD
|
|
|
|
# Include JS debugger library if QMLJSDEBUGGER_PATH is set
|
|
!isEmpty(QMLJSDEBUGGER_PATH) {
|
|
include($$QMLJSDEBUGGER_PATH/qmljsdebugger-lib.pri)
|
|
} else {
|
|
DEFINES -= QMLJSDEBUGGER
|
|
}
|
|
|