##// END OF EJS Templates
Remove unnecessary package creation scripts...
Remove unnecessary package creation scripts The package creation scripts are no longer needed as the structure of the module has changed and the packages are now created with general Qt scripts. Change-Id: I83744a2dcc98e7d53f297e27560d365a7b4a1f41 Task-number: QTRD-3219 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2729:25ef6a257d39
r2741:c0570bb33acb
Show More
auto.pro
36 lines | 829 B | text/idl | PrologLexer
TEMPLATE = subdirs
SUBDIRS += \
qchartview \
qchart \
qlineseries \
qbarset \
qbarseries \
qstackedbarseries \
qpercentbarseries \
qpieslice qpieseries \
qpiemodelmapper \
qsplineseries \
qscatterseries \
qxymodelmapper \
qbarmodelmapper \
qhorizontalbarseries \
qhorizontalstackedbarseries \
qhorizontalpercentbarseries \
qvalueaxis \
qlogvalueaxis \
qcategoryaxis \
qbarcategoryaxis \
domain \
chartdataset \
qlegend \
cmake
!linux-arm*: {
SUBDIRS += \
qdatetimeaxis
}
qtHaveModule(quick) {
SUBDIRS += qml \
qml-qtquicktest
}