##// END OF EJS Templates
Different file name for widget in debug build
Different file name for widget in debug build

File last commit:

r1:e2b454419c47
r2:87da903027e1
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