summaryrefslogtreecommitdiff
path: root/qtactiveqt.pro
Commit message (Collapse)AuthorAgeFilesLines
* fix (skip) build with -no-widgetsOswald Buddenhagen2016-12-061-0/+2
| | | | | Change-Id: If4643fd8442ccbc678ef6310d3718fd9acdef83d Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Fixed win32 build of toolsFriedemann Kleint2015-06-231-1/+1
| | | | | | | | | | | load(qt_parts) causes the inclusion of src, tools etc but on non-win32 platforms (and wince and winrt) we have to add the src subdirectory anyways in order to create the doc target. Task-number: QTBUG-46712 Change-Id: I51cf4050fed744c844acc8ff4fe5f5f1d8c32d1a Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Fix broken wince buildsAlex Blasche2015-03-181-1/+1
| | | | | | | | | | | The qmake guards were completely wrong. The wince code was removed from the source base but qmake was never told to exclude wince from the build. Backport of same change from 5.5 branch Change-Id: I515c828231d02c3e2016a3a2283d1961ecde8701 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
* Exclude from Windows CE build.5.3Friedemann Kleint2014-09-221-1/+1
| | | | | | Task-number: QTBUG-41127 Change-Id: I54ef76f67b7bccc87845d7a49f20470ca25aaa59 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Skip compilation on WinRTMaurice Kalinowski2014-01-241-2/+2
| | | | | | | Still allow creating documentation like on other platforms. Change-Id: Ie09ec71bca129d7194c19883cc5f4893fd650663 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
* be able to build ActiveQt's docs on non-Windows platformsJoerg Bornemann2012-12-081-2/+2
| | | | | | | | We're generating a fake project that only provides the docs target. Change-Id: I69854b97193e0c001f840a5a154ff2170dec41f9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Autotests utilize dumpcpp tools, so make tests depend on toolsMiikka Heikkinen2012-12-031-0/+1
| | | | | | Change-Id: I06e33eb36955ee2ccd9bdb0b7d3d2d51bd861945 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-091-25/+3
| | | | | Change-Id: I67515dd79fb01152911a9fe7874b00a0c059730d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* remove pointless $$IN_PWD/ prefixesOswald Buddenhagen2012-06-191-4/+4
| | | | | Change-Id: I662f9e22b1fb688541abc70f4e5d76bf22b84b23 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* ActiveQt: Add support for setting properties by referenceJonathan Liu2012-02-201-0/+7
| | | | | | | | Add support for setting properties by reference to allow properties that can only be set by reference to be changed. Change-Id: I2f39f8720ecd1ba97139ab42756d686db2211cad Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Revert "ActiveQt: Deactivate building of examples."Jędrzej Nowacki2012-02-151-3/+2
| | | | | | | | | | | This reverts commit b3ecf716f1f4194014b9178f7e7eab2fda3c38d1. The problem causing examples to assert should be fixed by change Ie0ea9336ba6382d99a0f815f189046c575e5a2c2 Change-Id: I9451f4a9843e692494222128d78dc631868a7aab Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
* ActiveQt: Deactivate building of examples.Friedemann Kleint2012-02-081-2/+3
| | | | | | | | Changes of the metaobject system cause asserts in idc. Task-number: QTBUG-24128 Change-Id: I6b57286efcaf4528a905497bf4ff2637524e5454 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Revert "don't build under mingw"Oswald Buddenhagen2012-01-111-4/+1
| | | | | | | | | | the change is bogus; people were actually building it successfully. This reverts commit cfc18f0415301479ab9ff00f9bb800fef766234a Change-Id: Icde60053dacbe2d106abe936251d0dfb20c21250 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonathan Liu <net147@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* don't build under mingwOswald Buddenhagen2011-09-121-1/+4
| | | | | | | | | equivalent of 0c70be512bfc40e8a2a09f60a66b7ecb114e748e in monolithic qt. Change-Id: I9546128ea14178412c88fbf3b46a19381cfac88e Reviewed-on: http://codereview.qt-project.org/4566 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Do not give a fatal error if attempting to compile ActiveQt on UnixRohan McGovern2011-05-131-5/+8
| | | | | | | | | | | | | | Gracefully disable, instead of giving fatal error, if attempting to compile ActiveQt on platforms where it is not supported. This is helpful for the sake of having a uniform test procedure. Without this, any test procedure needs to encode the logic that it shouldn't attempt to compile ActiveQt on platforms other than Windows. It is cleaner if the ActiveQt project itself gracefully degrades to "do nothing" on those platforms where it is not supported. Reviewed-by: Jason McDonald Change-Id: Id2544b4cbba604a5f76ba56a12bb801cb36e1646
* Added needed profile files for ActiveQt.axis2011-04-271-0/+18