##// END OF EJS Templates
Added size hint for the widget
Added size hint for the widget

File last commit:

r11:3456b7f2ae05
r29:1f6ecd9d10e9
Show More
charts.pro
11 lines | 240 B | text/idl | PrologLexer
Jani Honkonen
First draft of project structure
r1 TEMPLATE = subdirs
Michal Klocek
Initial project refactor, xylinecharts...
r11 SUBDIRS += src #qmlplugin
QMAKE_CXXFLAGS += -g -Wall
QMAKE_DISTCLEAN += -r build
Jani Honkonen
First draft of project structure
r1
# install feature file
feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
feature.files = $$PWD/features/charts.prf
INSTALLS += feature
Michal Klocek
Initial project refactor, xylinecharts...
r11