##// END OF EJS Templates
First draft of project structure
First draft of project structure

File last commit:

r1:e2b454419c47
r1:e2b454419c47
Show More
qmlplugin.pro
26 lines | 468 B | text/idl | PrologLexer
TEMPLATE = lib
TARGET = qmlchartplugin
CONFIG += qt plugin
QT += declarative
OBJECTS_DIR = tmp
MOC_DIR = tmp
SOURCES += \
plugin.cpp \
declarativechart.cpp
HEADERS += \
declarativechart.h
include(../src/chart.pri)
TARGETPATH = com/digia/charts
#DESTDIR = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
qmldir.files += $$PWD/qmldir
qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
INSTALLS += target qmldir