summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enhance the porting scripts with some new functionalityAlexandru Croitor2019-05-281-0/+11
* Improve configurejson2cmake.py to handle non-compliant qmake JSONAlexandru Croitor2019-05-271-29/+2
* Remove all line continuations when processing qmake syntaxAlexandru Croitor2019-05-231-31/+28
* Make debug token output actually work for the pro2cmake qmake parserAlexandru Croitor2019-05-231-109/+143
* Improve qmake syntax parser in pro2cmake.pyAlexandru Croitor2019-05-231-6/+19
* Improve qmake parser debug output in pro2cmakeAlexandru Croitor2019-05-231-0/+30
* Change the default enabled AUTOGEN tools list to contain only mocAlexandru Croitor2019-05-221-0/+8
* Fix the fix to correctly handle comments in multi-line assignmentsAlexandru Croitor2019-05-201-6/+23
* Handle the new cmdline config feature in pro2cmakeAlexandru Croitor2019-05-201-1/+2
* Workaround fix in pro2cmake Operation __init__ methodAlexandru Croitor2019-05-201-2/+5
* Don't exclude QtCore from dependencies when generating modulesAlexandru Croitor2019-05-201-2/+2
* Fix parsing qmake assignments that have comments in betweenAlexandru Croitor2019-05-171-1/+6
* CMake: Fix test_operationsTobias Hunger2019-05-171-14/+17
* CMake: pro2cmake.py: Add target_link_libraries to examplesTobias Hunger2019-05-091-0/+4
* CMake: pro2cmake.py: Generate find_package information into examplesTobias Hunger2019-05-091-10/+30
* Keep "special case" modifications when regenerating project filesAlexandru Croitor2019-05-091-4/+47
* CMake: pro2cmake.py: Separate library extraction logic from writing out dataTobias Hunger2019-05-091-65/+64
* CMake: pro2cmake.py: Extract writing lists into cmake filesTobias Hunger2019-05-091-61/+47
* CMake: scripts: Fix mypy issuesTobias Hunger2019-05-091-11/+12
* CMake: pro2cmake.py: Add basic support for examplesTobias Hunger2019-05-091-39/+118
* CMake: pro2cmake.py: Do not fail when run from .pro-file directoryTobias Hunger2019-05-081-1/+2
* Force pro2cmake.py to always change the dir to the converted pro fileAlexandru Croitor2019-05-071-2/+9
* CMake: pro2cmake.py: Fix library mappingTobias Hunger2019-05-061-13/+21
* CMake: Improve mapping of librariesTobias Hunger2019-05-031-1/+1
* Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-6/+12
* CMake: pro2cmake.py: Fix handling of libraries in QTTobias Hunger2019-04-121-9/+7
* CMake: pro2cmake.py: Inherrit VPATH from parent scopesTobias Hunger2019-04-121-4/+8
* CMake: pro2cmake.py: Handle setting a key with $$key in the valueTobias Hunger2019-04-121-10/+18
* CMake: Support /nolink librariesTobias Hunger2019-04-101-1/+1
* CMake: pro2cmake.py: Fix plugin type only prints first letterTobias Hunger2019-04-091-1/+1
* CMake: pro2cmake.py: Move defines from QMAKE_CXX_FLAGS into DEFINESTobias Hunger2019-04-091-3/+2
* CMake: pro2cmake.py: Better separation between public and private librariesTobias Hunger2019-04-091-30/+67
* CMake: pro2cmake.py: Strip '-D' from compile optionsTobias Hunger2019-04-091-0/+2
* CMake: pro2cmake.py: Fix handling of file pathsTobias Hunger2019-04-091-156/+173
* CMake: pro2cmake.py: Better representation of scopes as strTobias Hunger2019-04-091-2/+4
* CMake: pro2cmake.py: Better handling of debug featuresTobias Hunger2019-04-091-2/+4
* CMake: pro2cmake.py: Fix typing informationTobias Hunger2019-04-091-1/+1
* Fix architecture conditionsAlexandru Croitor2019-04-031-2/+2
* Fix simplification of conditions involving appleAlexandru Croitor2019-04-021-1/+1
* CMake: pro2cmake.py: Handle QDBUSXML2CPP_*_HEADER_FLAGSTobias Hunger2019-03-291-0/+8
* CMake: pro2cmake.py: Improve handling of dbus interfaces/adaptor sourcesTobias Hunger2019-03-291-0/+2
* CMake: pro2cmake.py: Handle $$PWD betterTobias Hunger2019-03-291-0/+3