designer.pro
12 lines
| 285 B
| text/idl
|
PrologLexer
Michal Klocek
|
r1201 | TARGET=qtcommercialchartdesigner | |
!include( ../plugins.pri ) { | |||
error( "Couldn't find the plugins.pri file!" ) | |||
} | |||
CONFIG += designer | |||
HEADERS = qchartsplugin.h | |||
SOURCES = qchartsplugin.cpp | |||
RESOURCES = qchartsplugin.qrc | |||
target.path = $$[QT_INSTALL_PLUGINS]/designer | |||
INSTALLS += target |