summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
Commit message (Expand)AuthorAgeFilesLines
* Fix RemoveOperationJędrzej Nowacki2019-03-261-0/+3
* CMake: pro2cmake.py: Report more qmake variables as usedTobias Hunger2019-03-201-6/+10
* CMake: pro2cmake.py: Handle "target.path" and "INSTALLS = target"Tobias Hunger2019-03-201-1/+9
* CMake: pro2cmake.py: Handle DBUS_*STobias Hunger2019-03-201-0/+12
* CMake: pro2cmake.py: Fix typoTobias Hunger2019-03-201-1/+1
* CMake: pro2cmake.py: Better reporting of unused keys from qmakeTobias Hunger2019-03-181-28/+25
* CMake: pro2cmake.py: Handle SIMD sourcesTobias Hunger2019-03-181-0/+26
* CMake: pro2cmake.py: Remove .qrc files!Tobias Hunger2019-03-111-16/+91
* CMake: pro2cmake.py: Automatically map equals(QT_ARCH, "foo") in conditionsTobias Hunger2019-03-041-3/+11
* CMake: pro2cmake.py: Handle BOOTSTRAP for add_qt_toolTobias Hunger2019-03-041-1/+4
* CMake: pro2cmake.py: Simplify code and add test for line continuationTobias Hunger2019-02-281-1/+1
* CMake: pro2cmake.py: Handle for loops without blockTobias Hunger2019-02-281-1/+3
* CMake: pro2cmake.py: Make \$\$QT_FOO work in assignmentsTobias Hunger2019-02-281-1/+1
* CMake: pro2cmake.py: Fix parsing of Line continuation before end of fileTobias Hunger2019-02-281-1/+1
* CMake: pro2cmake.py: Fix parsing of for loopsTobias Hunger2019-02-281-9/+6
* CMake: pro2cmake.py: Handle complex conditionsTobias Hunger2019-02-281-8/+11
* CMake: pro2cmake.py: Warn and fix broken line continuationTobias Hunger2019-02-281-1/+17
* CMake: pro2cmake.py: Handle values with () in assignmentsTobias Hunger2019-02-271-2/+9
* CMake: pro2cmake.py: Fix handling of TEMPLATE=subdir .pro-filesTobias Hunger2019-02-271-2/+1
* CMake: pro2cmake.py: Improve condition simplification codeTobias Hunger2019-02-271-9/+28
* CMake: pro2cmake.py: Better parsing of scopes with elseTobias Hunger2019-02-271-57/+66
* pro2cmake: account for child .pro files having includesAlbert Astals Cid2019-02-271-1/+2
* pro2cmake: Target dependencies can be on -private libsAlbert Astals Cid2019-02-181-1/+1
* CMake: pro2cmake.py: Simplify condition generationTobias Hunger2019-02-111-18/+2
* CMake: pro2cmake.py: Treat ANDROID_EMBEDDED as ANDROIDTobias Hunger2019-02-111-0/+1
* CMake: pro2cmake.py: Do not go into infinite loopTobias Hunger2019-02-111-7/+14
* CMake: pro2cmake.py: Handle equals(foo, bar) in conditionsTobias Hunger2019-02-111-0/+2
* CMake: pro2cmake.py: Expand qmake values in file names, etc.Tobias Hunger2019-02-111-19/+45
* CMake: pro2cmake.py: Better mapping of complex conditionsTobias Hunger2019-02-111-5/+5
* CMake: pro2cmake.py: Remove some dead codeTobias Hunger2019-02-111-15/+0
* CMake: pro2cmake.py: Remove leading ./ in pathsTobias Hunger2019-02-111-1/+3
* CMake: pro2cmake: Fix handling of chained scopes with else branchesTobias Hunger2019-02-111-1/+28
* CMake: Map dlopen feature to 'ON'Tobias Hunger2019-02-111-0/+2
* CMake: pro2cmake.py: Small fix to type markupTobias Hunger2019-01-311-1/+1
* CMake: pro2cmake.py: Add scope debugging supportTobias Hunger2019-01-311-0/+8
* CMake: pro2cmake.py: Assign a unique id to each scopeTobias Hunger2019-01-311-2/+7
* CMake: pro2cmake.py: report total condition when dumping a scopeTobias Hunger2019-01-311-0/+2
* CMake: pro2cmake.py: Add a way to debug merges of scopesTobias Hunger2019-01-311-2/+20
* CMake: pro2cmake.py: Pass QMAKE_MOC_OPTIONS on to CMakeTobias Hunger2019-01-311-0/+6
* CMake: pro2cmake.py: Convert more settings from .pro-file to CMakeTobias Hunger2019-01-311-1/+13
* CMake: pro2cmake.py: Use propertiesTobias Hunger2019-01-311-48/+62
* CMake: pro2cmake: default QT_FEATURE_system_* to "ON"Tobias Hunger2019-01-311-1/+6
* CMake: pro2cmake.py: Merge more scopesTobias Hunger2019-01-311-40/+46
* CMake: pro2cmake.py: Better printing of scopesTobias Hunger2019-01-291-9/+8
* CMake: pro2cmake.py: Simplify conditionsTobias Hunger2019-01-291-8/+148
* CMake: pro2cmake.py: Work on mapping of conditions to cmakeTobias Hunger2019-01-291-0/+8
* CMake: pro2cmake.py: Resolve file names for RESOURCESTobias Hunger2019-01-291-1/+1
* CMake: pro2cmake.py: Fix handling of complex else branchesTobias Hunger2019-01-291-2/+3
* CMake: pro2cmake.py: merge extend_targets with identical conditionsTobias Hunger2019-01-291-14/+62
* CMake: pro2cmake.py: Fix pyls warningsTobias Hunger2019-01-291-21/+33