summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix linking of tst_qtcpsocket on LinuxSimon Hausmann2019-08-091-0/+6
* Simplify resource embedding for qml modulesSimon Hausmann2019-08-093-19/+9
* Remove unused parameters for add_qml_moduleSimon Hausmann2019-08-091-2/+0
* Fix dependencies for source file generated through rccLeander Beernaert2019-08-091-1/+1
* Add support for QTQUICK_COMPILER_SKIPPED_RESOURCESSimon Hausmann2019-08-092-4/+13
* Minor variable naming cleanupSimon Hausmann2019-08-091-4/+4
* Fix sourceless qml test caseLeander Beernaert2019-08-091-40/+45
* Enable quick compiler for qml files in add_qt_resourceLeander Beernaert2019-08-091-164/+158
* Fix and streamline header inclusionAlexandru Croitor2019-08-081-35/+67
* Extend handling of special condtionsLeander Beernaert2019-08-081-2/+2
* Add support for converting qtTargetLibrary() value assignmentsLeander Beernaert2019-08-083-2/+31
* Fix conversion of SUBDIR pro files not in current directoryLeander Beernaert2019-08-081-8/+16
* Handle DESTDIR overrideLeander Beernaert2019-08-071-0/+5
* Handle qmake's CONFIG=pluginLeander Beernaert2019-08-071-6/+6
* Regenerate some of the test projects that do SUBDIRS += fooAlexandru Croitor2019-08-0710-42/+89
* Handle conditions for SUBDIRS *more* correctlyAlexandru Croitor2019-08-071-56/+124
* Perform check for tool builds before srcLeander Beernaert2019-08-071-2/+3
* Fix typo in QtBuild.cmakeLeander Beernaert2019-08-071-1/+1
* Fix regular expression for add_qml_moduleLeander Beernaert2019-08-061-1/+1
* Fix shared resource paths in testsLeander Beernaert2019-08-061-1/+10
* Fix add_qml_module URILeander Beernaert2019-08-062-9/+9
* Fix qml plugin conversion: always install qml filesLeander Beernaert2019-08-061-8/+9
* Propagate library/plugin resources automatically when linking staticallySimon Hausmann2019-08-061-1/+14
* Fix $$_PRO_FILE_PWD substitutionLeander Beernaert2019-08-051-1/+3
* Add __default_public_args to add_qt_test and add_qt_executableLeander Beernaert2019-08-051-6/+6
* Regenerate tests/auto/corelib/kernel.proAlexandru Croitor2019-08-012-11/+51
* Implement condition simplification for add_subdirectory conditionsAlexandru Croitor2019-08-011-1/+24
* Regenerate qsocketnotifier testAlexandru Croitor2019-08-012-9/+36
* Fix pro2cmake to handle QT default values properlyAlexandru Croitor2019-08-011-1/+4
* Small fix to correctly handle default argumentsAlexandru Croitor2019-08-011-4/+8
* Refactor QML_FILES for add_qml_moduleLeander Beernaert2019-08-013-93/+238
* Properly convert default QT directiveJędrzej Nowacki2019-08-013-2/+5
* Implement SUBDIR-= conversion in pro2cmake toolJędrzej Nowacki2019-08-0128-29/+566
* Add Qt Quick Compiler supportLeander Beernaert2019-07-312-14/+122
* Fix add_qml_module() with non-static buildsSimon Hausmann2019-07-301-1/+1
* Fix creation of generated plugin cpp files in static buildsAlexandru Croitor2019-07-301-1/+8
* Protect against extending imported host targetsAlexandru Croitor2019-07-301-2/+24
* Ugly fix for handling QT_SOURCE_TREEAlexandru Croitor2019-07-2912-28/+184
* Permit the use of qml cache file generation even inside qtdeclarativeSimon Hausmann2019-07-291-7/+0
* cmake: Enable network testLiang Qi2019-07-2974-5/+1565
* Fix testdata handlingAlexandru Croitor2019-07-292-6/+22
* Add support for qmlcachegenLeander Beernaert2019-07-291-1/+86
* Add EMBED_QML_FILES option to add_qml_moduleLeander Beernaert2019-07-252-11/+25
* Fix QML_FILES conversionLeander Beernaert2019-07-251-1/+1
* Extend add_qt_test to support qmltestcaseLeander Beernaert2019-07-242-16/+67
* Add missing QT_INSTALL_DIR paths to qml files and test dataLeander Beernaert2019-07-241-5/+22
* Regenerate qtextedit testAlexandru Croitor2019-07-241-4/+28
* Fix exporting of Core toolsAlexandru Croitor2019-07-242-3/+3
* Fix define value for QtQuiLeander Beernaert2019-07-231-1/+1
* Fix mapping of Apple platforms in pro2cmake.pyAlexandru Croitor2019-07-237-52/+102