declarative.pro
45 lines
| 1.2 KiB
| text/idl
|
PrologLexer
Tero Ahola
|
r641 | TARGET = qtcommercialchartqml | ||
QT += declarative | ||||
Michal Klocek
|
r1197 | !include( ../plugins.pri ) { | ||
error( "Couldn't find the plugins.pri file!" ) | ||||
Tero Ahola
|
r120 | } | ||
Jani Honkonen
|
r4 | contains(QT_MAJOR_VERSION, 5) { | ||
Tero Ahola
|
r120 | # TODO: QtQuick2 not supported by the implementation currently | ||
Jani Honkonen
|
r3 | DEFINES += QTQUICK2 | ||
} | ||||
Jani Honkonen
|
r1 | SOURCES += \ | ||
plugin.cpp \ | ||||
Tero Ahola
|
r120 | declarativechart.cpp \ | ||
Tero Ahola
|
r789 | declarativexypoint.cpp \ | ||
Tero Ahola
|
r1096 | declarativexyseries.cpp \ | ||
Tero Ahola
|
r646 | declarativelineseries.cpp \ | ||
Tero Ahola
|
r789 | declarativesplineseries.cpp \ | ||
Tero Ahola
|
r847 | declarativeareaseries.cpp \ | ||
Tero Ahola
|
r732 | declarativescatterseries.cpp \ | ||
declarativepieseries.cpp \ | ||||
Tero Ahola
|
r1272 | declarativebarseries.cpp | ||
Michal Klocek
|
r1197 | |||
Jani Honkonen
|
r1 | HEADERS += \ | ||
Tero Ahola
|
r120 | declarativechart.h \ | ||
Tero Ahola
|
r789 | declarativexypoint.h \ | ||
Tero Ahola
|
r1096 | declarativexyseries.h \ | ||
Tero Ahola
|
r646 | declarativelineseries.h \ | ||
Tero Ahola
|
r732 | declarativesplineseries.h \ | ||
Tero Ahola
|
r847 | declarativeareaseries.h \ | ||
Tero Ahola
|
r732 | declarativescatterseries.h \ | ||
declarativepieseries.h \ | ||||
Tero Ahola
|
r1272 | declarativebarseries.h | ||
Jani Honkonen
|
r1 | |||
Tero Ahola
|
r120 | TARGETPATH = QtCommercial/Chart | ||
Jani Honkonen
|
r1 | target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH | ||
qmldir.files += $$PWD/qmldir | ||||
qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH | ||||
INSTALLS += target qmldir | ||||
Michal Klocek
|
r1021 | |||
Tero Ahola
|
r1027 | FILE = $$PWD/qmldir | ||
win32:{FILE = $$replace(FILE, "/","\\")} | ||||
QMAKE_POST_LINK += $$QMAKE_COPY $$FILE $$CHART_BUILD_PLUGIN_DIR | ||||
Michal Klocek
|
r1037 | !system_build:mac: QMAKE_POST_LINK += " & $$MAC_POST_LINK_PREFIX $$MAC_PLUGINS_BIN_DIR" | ||