##// END OF EJS Templates
Renamed QML ValuesAxis to ValueAxis
Renamed QML ValuesAxis to ValueAxis

File last commit:

r1440:3525e4e5ffa3
r1814:c053fa384024
Show More
plugins.pri
16 lines | 423 B | text/plain | TextLexer
Michal Klocek
Move qmlplugins to plugins/declarative
r1197 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = lib
CONFIG+= plugin
Michal Klocek
Adds designer plugin stub
r1201 DESTDIR = $$CHART_BUILD_PLUGIN_DIR
Michal Klocek
Move qmlplugins to plugins/declarative
r1197 OBJECTS_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
Jani Honkonen
Adding support for static builds.
r1440
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib