aboutsummaryrefslogtreecommitdiffstats
path: root/qtdeclarative.pro
Commit message (Collapse)AuthorAgeFilesLines
* Port python check to configure systemKai Koehne2020-05-071-8/+0
| | | | | | | | | | Also check for py, python2, python3 executables. Task-number: QTBUG-72926 Fixes: QTBUG-84038 Pick-to: 5.15 Change-Id: I844db4dd630d9b3025eca529ee57565b600ebbac Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Fix build without commandlineparser and temporaryfileTasuku Suzuki2020-03-041-0/+5
| | | | | | | qmltyperegistrar uses QSaveFile which needs features.temporaryfile Change-Id: Ib64eb2d357ee5e75f12f81f15bbe4969d4d96872 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Convert qtdeclarative over to use the new configure systemLars Knoll2016-10-101-3/+0
| | | | | Change-Id: I105d46e1a4e666f11c07ad63aa24a7c388da1be6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-131-1/+1
|\ | | | | | | Change-Id: If33197b616de3476811f0161d4ecd8e7d004756c
| * Fix error message when Python could not be foundSimon Hausmann2016-03-091-1/+1
| | | | | | | | | | | | | | | | The python script works with Python 2 as well as version 3. Task-number: QTBUG-51753 Change-Id: I630b7b1811e9896e30b7ba75af972552f1063eff Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* | Add the skeleton for a D3D12 backendLaszlo Agocs2016-02-191-0/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proof of concept. The plan is to proceed slowly with supporting node types one by one, starting with QSGRectangleNode. Opaque rectangles work already, but only non-smooth for now. The renderer is incomplete (no clip/opacity) and is based on simplerenderer on scenegraph playground. Buffer handling is not necessarily optimal yet. Use QT_QUICK_BACKEND=d3d12 to request this backend. Set QT_D3D_DEBUG=1 to enable the D3D debug layer. The render loop handles everything, incl. swap chain setup, handling resizes, etc. This being D3D, there are no further enablers needed from the QtGui or platform plugin side. By default the first hardware adapter is picked. In the absence of that, WARP is tried. The list of adapters is printed at startup, use QT_D3D_ADAPTER_INDEX to force a given card in case there are multiple ones in the system. The goal is not to productize a fast and great renderer, but to pave the way to better future backends for D3D12 and similar graphics APIs. Compiling in the support into Qt Quick is bad since the dependency onto d3d12.dll is not necessarily acceptable, but it's good enough for now, this being a wip branch. Change-Id: Ifbe088e7507223328096b22eec2c73f77bb5680e Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Check for python executable.Joerg Bornemann2016-01-071-0/+7
| | | | | | | | | | When building QtQml without having python in PATH the build system will generate an empty RegExpJitTables.h. The linking will then fail because of unresolved external symbols. Task-number: QTBUG-47193 Change-Id: I39abf44bf30abfb4a3209713a1fb07faff7ead63 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Prospective build fix in the CI system for iOSSimon Hausmann2014-02-161-1/+1
| | | | | | | | Tools contains the import scanner, which is needed by examples. Change-Id: Ib32338b4b32bf6dd7f1f4a7a2cd5af14ef7eec7a Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
* Enable QtDeclarative for iOSRichard Moe Gustavsen2013-08-071-4/+0
| | | | | Change-Id: I44fce954fbe2abd1903991464c0e7f74e840b719 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Disable qtdeclarative on iOSSimon Hausmann2013-07-301-0/+5
| | | | | | | | | It's also currently disabled in qtbase' configure, but the tweak there will go away soon as the wip/v4 branch of qtdeclarative is subject to _enabling_ on iOS. Change-Id: I8c17387ada467235d79d40a6cd6f5d0f8c173186 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
* adjust to new "configure -nomake tools" semanticsOswald Buddenhagen2013-05-081-0/+1
| | | | | Change-Id: I34ea6a8ea5f6f2641bf5deaf2a7136e5ed51a8ba Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
* centralize and fixup example sources install targetsOswald Buddenhagen2012-12-101-1/+0
| | | | | | | | follow respective change in qtbase Change-Id: I27502eb7ebea973e19ec5f7c3ec0e2338556f6e0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
* Update docs after modularization of docsTor Arne Vestbø2012-10-121-1/+0
| | | | | | | | | The global files now live in qtbase only, and are made available to the other modules via the $QT_INSTALL_DOCS variable. Change-Id: I131408e27fec5b722ac1dece8e1ccf421fdaad67 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-101-26/+1
| | | | | Change-Id: I14f08527a0b3a1bd58f815d28ebb4f38094d3bb7 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Examples has grown to more than just declarative.Alan Alpert2011-12-041-2/+2
| | | | | | | The examples.pro file should no longer be skipped. Change-Id: I2af08eec7fa69b996d1b6f237f40259c89f326f6 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
* Doc: Adding qtdeclarative documentation configuration files.Jerome Pasion2011-10-051-0/+2
| | | | | | | | | | | | | We need a modularized Qt Quick documentation package that only contains Qt Quick 2. Add a make target for the documentation. Copied Qt 5's offline style as a starting CSS template. Change-Id: I2298f23c7695ebbe38f43b89626431a2e8059a9a Reviewed-on: http://codereview.qt-project.org/5891 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Move the demos to the examples folder.Casper van Donderen2011-07-071-8/+0
| | | | | | | Change-Id: I094383099bf116357a3bb6eed0052d6d14408558 Reviewed-on: http://codereview.qt.nokia.com/1059 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Honor -nomake for examples and demosEckhart Koppen2011-05-131-0/+6
| | | | | | | Don't build or install demos and examples when they are disabled. Reviewed-by: TrustMe (cherry picked from commit 61c0b5c3923956db53408ad3513488f6f4893c2f)
* tests: build autotests by default for qtdeclarativeRohan McGovern2011-05-121-2/+2
| | | | | | | Configure Qt with `-nomake tests' if you don't want the tests. Reviewed-by: Jason McDonald Change-Id: I1af6a231b9cfb8ecf3e3a0c932ead6ddff7bbe90
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+28
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12