##// END OF EJS Templates
Improved config handling...
Improved config handling * adds common.pri - path setting and compilation options * adds example.pri - common compilation options for all examples

File last commit:

r32:9cad93cb910a
r33:7e21f9da2b91
Show More
charts.pro
10 lines | 281 B | text/idl | PrologLexer
TEMPLATE = subdirs
SUBDIRS += src example #qmlplugin
CONFIG += ordered
QMAKE_CXXFLAGS += -g -Wall
QMAKE_DISTCLEAN += -r build bin
# install feature file
feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
feature.files = $$PWD/features/qtcommercialchart.prf
INSTALLS += feature