auto.pro
54 lines
| 1.3 KiB
| text/idl
|
PrologLexer
Michal Klocek
|
r1200 | !include( ../tests.pri ) { | ||
error( "Couldn't find the tests.pri file!" ) | ||||
Michal Klocek
|
r1003 | } | ||
Michal Klocek
|
r224 | TEMPLATE = subdirs | ||
Michal Klocek
|
r1699 | SUBDIRS += \ | ||
qchartview \ | ||||
qchart \ | ||||
qlineseries \ | ||||
qbarset \ | ||||
qbarseries \ | ||||
qstackedbarseries \ | ||||
qpercentbarseries \ | ||||
qpieslice qpieseries \ | ||||
qpiemodelmapper \ | ||||
qsplineseries \ | ||||
qscatterseries \ | ||||
qxymodelmapper \ | ||||
qbarmodelmapper \ | ||||
qhorizontalbarseries \ | ||||
qhorizontalstackedbarseries \ | ||||
qhorizontalpercentbarseries \ | ||||
Marek Rosa
|
r1805 | qvalueaxis \ | ||
Marek Rosa
|
r2351 | qlogvalueaxis \ | ||
Marek Rosa
|
r1817 | qcategoryaxis \ | ||
Michal Klocek
|
r1977 | qbarcategoryaxis \ | ||
domain \ | ||||
sauimone
|
r2207 | chartdataset \ | ||
qlegend | ||||
Michal Klocek
|
r2005 | |||
contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) { | ||||
warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.") | ||||
} else { | ||||
SUBDIRS += qml | ||||
Tero Ahola
|
r2206 | |||
# Check if QtQuickTest is installed | ||||
Tero Ahola
|
r2388 | exists($$(QTDIR)/mkspecs/features/qmltestcase.prf){ | ||
Tero Ahola
|
r2206 | SUBDIRS += qml-qtquicktest | ||
} else { | ||||
Tero Ahola
|
r2388 | warning("QtQuickTest not found; cannot build QML api unit tests") | ||
Tero Ahola
|
r2206 | } | ||
Michal Klocek
|
r2005 | } | ||
Michal Klocek
|
r1050 | |||
Marek Rosa
|
r1867 | !linux-arm*: { | ||
Tero Ahola
|
r2206 | SUBDIRS += \ | ||
Marek Rosa
|
r1867 | qdatetimeaxis | ||
} | ||||
Miikka Heikkinen
|
r2499 | contains(QT_VERSION, ^5\\..*\\..*$):qtHaveModule(quick) { | ||
SUBDIRS += quick2 | ||||
} | ||||
Michal Klocek
|
r1977 | |||