##// END OF EJS Templates
Fix designer plugin target...
Fix designer plugin target The distinction between release and debug dlls for the Charts designer plugin is done by adding 'd' to the dll name for debug version. Change-Id: I7f3a52c94360889452e28a639fadab53b784ce60 Task-number: QTRD-1846 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2722:82abd640acc7
r2722:82abd640acc7
Show More
designer.pro
19 lines | 351 B | text/idl | PrologLexer
CONFIG += plugin
TEMPLATE = lib
TARGET = $$qtLibraryTarget(qtchartsdesigner)
QT += charts
QT += designer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
INCLUDEPATH += ../../../include
HEADERS = $$PWD/qchartsplugin.h
SOURCES = $$PWD/qchartsplugin.cpp
RESOURCES = $$PWD/qchartsplugin.qrc
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target