summaryrefslogtreecommitdiffstats
path: root/qtquick1.pro
Commit message (Collapse)AuthorAgeFilesLines
* Express dependency on QtScriptJake Petroules2017-09-081-2/+1
| | | | | | | | | This properly skips the module build if QtScript is not available. We also remove the !winrt check since this is implied by and as a result of !qtHaveModule(script). Change-Id: Ia94e90ff65131a36f64e4839c4aeef9fd0d1c845 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
* Disable build for WinRTMaurice Kalinowski2014-02-041-0/+1
| | | | | | Change-Id: I9539aed1011325e201d7e32ea02b8c3fee77af30 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
* disable module when widgets is not availablev5.0.2Tasuku Suzuki2013-03-221-0/+2
| | | | | | Change-Id: I3849f3dfb1d33bf15053fae864393d5755a2ea8d Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-111-34/+1
| | | | | Change-Id: I3b4af25846f191c61f88aeedaec34c63e8f2a16d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Honor -nomake for demosTasuku Suzuki2012-05-221-0/+3
| | | | | | | Don't build or install demos when they are disabled. Change-Id: I931820d05cd7358725fa17bbc8d6ef1681f56237 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Don't use CONFIG+=ordered when dependencies are explicitMarius Storm-Olsen2012-03-281-1/+0
| | | | | | | | | Additionally, ordered does not play well with <sub>.CONFIG+=no_default_target and creates dependencies to non-existing targets Change-Id: I7f2bee3d7f1d809bbb8c7e0143496e11fbd1a0a0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Add tests directory to the qtquick1 pro file.Andrew den Exter2012-02-061-0/+7
| | | | | Change-Id: I1c020e65675b88f1ae72e65f6af0e0c9dd4fcbd0 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
* Modify QtQuick1 to build in Qt5Matthew Vogt2012-01-311-0/+25
Change-Id: I1c5ccaef420e8f119e761f50b969127f430df7ba Reviewed-by: Martin Jones <martin.jones@nokia.com>