summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify resource embedding for qml modulesSimon Hausmann2019-08-091-7/+1
* Add support for QTQUICK_COMPILER_SKIPPED_RESOURCESSimon Hausmann2019-08-091-3/+12
* Extend handling of special condtionsLeander Beernaert2019-08-081-2/+2
* Add support for converting qtTargetLibrary() value assignmentsLeander Beernaert2019-08-081-2/+22
* 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
* Handle conditions for SUBDIRS *more* correctlyAlexandru Croitor2019-08-071-56/+124
* 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-061-4/+6
* Fix qml plugin conversion: always install qml filesLeander Beernaert2019-08-061-8/+9
* Fix $$_PRO_FILE_PWD substitutionLeander Beernaert2019-08-051-1/+3
* Implement condition simplification for add_subdirectory conditionsAlexandru Croitor2019-08-011-1/+24
* 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-011-15/+52
* Properly convert default QT directiveJędrzej Nowacki2019-08-011-1/+2
* Implement SUBDIR-= conversion in pro2cmake toolJędrzej Nowacki2019-08-011-12/+39
* Add Qt Quick Compiler supportLeander Beernaert2019-07-311-1/+11
* Ugly fix for handling QT_SOURCE_TREEAlexandru Croitor2019-07-291-3/+45
* Fix testdata handlingAlexandru Croitor2019-07-291-5/+12
* Add EMBED_QML_FILES option to add_qml_moduleLeander Beernaert2019-07-251-0/+2
* Fix QML_FILES conversionLeander Beernaert2019-07-251-1/+1
* Extend add_qt_test to support qmltestcaseLeander Beernaert2019-07-241-10/+23
* Simplify add_qml_module codeLeander Beernaert2019-07-221-25/+11
* Process private libraries set in QT_PRIVATELeander Beernaert2019-07-221-1/+1
* Add special case handling for corelib mimetypes resourcesLeander Beernaert2019-07-181-6/+6
* Enable recursive expansion of simple qmake variablesLeander Beernaert2019-07-181-12/+16
* Handle TESTDATA for Qt TestsLeander Beernaert2019-07-161-0/+20
* Add support for QML pluginsLeander Beernaert2019-07-151-2/+51
* Add missing expansion for $$_PRO_FILE_PWD_Leander Beernaert2019-07-151-1/+1
* Android: Final changes for APK generationLeander Beernaert2019-06-261-1/+29
* Fix compiling of examples on AndroidSimon Hausmann2019-06-121-2/+1
* Fix linking of examplesSimon Hausmann2019-06-121-1/+1
* Improve pro2cmake.py moreAlexandru Croitor2019-06-081-3/+8
* Handle minimal_syncqt as not running syncqt for nowAlexandru Croitor2019-06-071-0/+2
* Fix comment fixup in pro2cmakeAlexandru Croitor2019-06-061-1/+1
* Add support for private module .pri filesSimon Hausmann2019-06-051-0/+2
* cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-051-0/+3
* Fix write_all_source_file_lists type annotationAlexandru Croitor2019-06-051-1/+1
* Fix extra_keys in write_all_source_file_lists to be optionalAlexandru Croitor2019-06-051-3/+6
* pro2cmake: Add PUBLIC to target_include_directoriesKevin Funk2019-06-041-1/+1
* pro2cmake: Always add a newline after func callsKevin Funk2019-06-041-1/+1
* pro2cmake: A couple more fixes regarding examplesKevin Funk2019-06-041-8/+8
* cmake: register plug-ins, create dependencies fileJean-Michaël Celerier2019-06-041-6/+15
* Handle a few more condition types in pro2cmakeAlexandru Croitor2019-06-041-0/+25
* More fixes to conversion script while porting qtdeclarativeAlexandru Croitor2019-06-031-1/+8
* Add basic support for compiling applications with qmakeSimon Hausmann2019-05-311-0/+4
* Fix uncessary relative dir suffix in pro2cmake.pyLeander Beernaert2019-05-291-2/+11