##// END OF EJS Templates
Add test to common build
Add test to common build

File last commit:

r34:6c759135fcbb
r34:6c759135fcbb
Show More
charts.pro
14 lines | 330 B | text/idl | PrologLexer
!include(common.pri) {
error('missing common.pri')
}
TEMPLATE = subdirs
SUBDIRS += src example test
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