summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: pro2cmake.py: Fix pyls warningsTobias Hunger2019-01-292-22/+48
* CMake: Introduce Q_OBJECT qdoc macroTobias Hunger2019-01-259-30/+5
* CMake: pro2cmake.py: Better output in debug dumpsTobias Hunger2019-01-231-4/+18
* CMake: pro2cmake.py: Give up on faithful representation of -=, +=, *= and =Tobias Hunger2019-01-231-43/+11
* CMake: pro2cmake.py: Report keys that were not converted in each scopeTobias Hunger2019-01-231-10/+46
* CMake: pro2cmake.py: Do not print trailing / in directory namesTobias Hunger2019-01-231-0/+1
* CMake: pro2cmake.py: Do not double-report include filesTobias Hunger2019-01-231-2/+2
* CMake: pro2cmake.py: Better indentation in debug dumpTobias Hunger2019-01-231-2/+2
* CMake: pro2cmake.py: Visit scopes depth-first for include resolutionTobias Hunger2019-01-231-3/+3
* CMake: pro2cmake.py: Ignore 3rdparty code that gets includedTobias Hunger2019-01-231-0/+3
* CMake: pro2cmake.py: Nicer printing of conditionsTobias Hunger2019-01-231-5/+28
* CMake: pro2cmake.py: Improve debugging dumpTobias Hunger2019-01-181-6/+13
* CMake: pro2cmake: Fix printing of the different operationsTobias Hunger2019-01-181-6/+6
* CMake: pro2cmake.py: Fix merging of scopesTobias Hunger2019-01-181-1/+4
* CMake: Fix include path handling in pro2cmake.pyTobias Hunger2019-01-181-2/+1
* CMake: pro2cmake: fix include file handlingTobias Hunger2019-01-181-1/+8
* CMake: Add "BUILD_EXAMPLES" option to disable examplesTobias Hunger2019-01-171-1/+5
* CMake: Store Qt features in CMake CacheTobias Hunger2019-01-1710-108/+34
* CMake: QtFeature optimizationTobias Hunger2019-01-171-2/+0
* CMake: Error out on mis-use of qt_pull_features_into_current_scopeTobias Hunger2019-01-171-1/+4
* CMake: Introduce Qt::GlobalConfig to hold the global featuresTobias Hunger2019-01-175-39/+42
* CMake: Check for visibility onceTobias Hunger2019-01-161-5/+6
* CMake: update README.mdLiang Qi2019-01-161-2/+3
* CMake: Remove one unnecessary feature push into parent scopeTobias Hunger2019-01-141-2/+0
* CMake: Use WrapRt instead of rtMikhail Svetkin2019-01-091-2/+1
* pro2cmake: Clean up linter and pypi issuesTobias Hunger2019-01-071-128/+230
* pro2cmake: Be more faithful in the representation of operationsTobias Hunger2018-12-211-92/+146
* pro2cmake: Handle VPATHTobias Hunger2018-12-211-3/+17
* CMake: Build PrintSupport module and testsTobias Hunger2018-12-149-0/+222
* CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-1426-1025/+100
* CMake: Get rid of useless underscores in QtFeature.cmakeTobias Hunger2018-12-141-102/+101
* CMake: SimplifyTobias Hunger2018-12-144-98/+61
* CMake: Merge qt_internal_module_include_dir and qt_internal_module_infoTobias Hunger2018-12-144-51/+48
* CMake: Unify creation of target aliasesTobias Hunger2018-12-141-11/+23
* CMake: Refactor qt module name related codeTobias Hunger2018-12-141-22/+33
* Prefer qt_internal_ over _qt_ for internal functionsTobias Hunger2018-12-141-3/+2
* CMake: Unify on variable names without _ in functionsTobias Hunger2018-12-141-141/+140
* CMake: Do less feature-pushingTobias Hunger2018-11-221-2/+7
* CMake: Simplify registration of known Qt targetsTobias Hunger2018-11-221-4/+6
* CMake: Add simple test for moc handling and fix the implementationTobias Hunger2018-11-227-64/+88
* CMake: Add test for QRC and make it passTobias Hunger2018-11-225-21/+55
* CMake: Add test for uic handlingTobias Hunger2018-11-227-20/+98
* CMake: Add macro to generate cmake build-only testsTobias Hunger2018-11-223-22/+40
* CMake: Simplify qt_make_output_fileTobias Hunger2018-11-223-24/+44
* CMake: Fix cmake test for featuresTobias Hunger2018-11-223-5/+7
* CMake: Add option to run cmake build testsTobias Hunger2018-11-225-0/+40
* CMake: Add support to find LTTng-ustTobias Hunger2018-11-062-1/+4
* CMake: Add FindSlog2Tobias Hunger2018-11-063-1/+23
* CMake: Improve handling of the different kinds of iconvTobias Hunger2018-11-063-8/+34
* CMake: Add FindPPS and use it in src/corelib/configure.cmakeTobias Hunger2018-11-064-2/+24