##// END OF EJS Templates
Added All modules page to QDoc
Added All modules page to QDoc

File last commit:

r197:736c78074efc
r304:de5dafe84e04
Show More
charts.pro
22 lines | 546 B | text/idl | PrologLexer
Michal Klocek
Add test to common build
r34 !include(common.pri) {
Tero Ahola
Added size factor property to pie
r60 error('missing common.pri')
Michal Klocek
Add test to common build
r34 }
Michal Klocek
Adds examples to common build
r32 TEMPLATE = subdirs
Tero Ahola
Examples, tests and qmlplugin are now built for non-integr. builds
r197 SUBDIRS += src example test qmlplugin
Michal Klocek
Adds private headers handling...
r193
integrated_build:{
Tero Ahola
Examples, tests and qmlplugin are now built for non-integr. builds
r197 message('Configured for integrated build')
} else {
message('Please build example test and qmlplugin after installing library.')
Michal Klocek
Adds private headers handling...
r193 }
Michal Klocek
Adds examples to common build
r32 CONFIG += ordered
QMAKE_CXXFLAGS += -g -Wall
Michal Klocek
Fix compilation config for windows
r37 unix:QMAKE_DISTCLEAN += -r build bin
Michal Klocek
Add quite mode for deleting files in windows during distclean
r40 win32:QMAKE_DISTCLEAN += /Q build bin
Michal Klocek
Adds examples to common build
r32
# install feature file
feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
feature.files = $$PWD/features/qtcommercialchart.prf
INSTALLS += feature