summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Map atspi2 to PkgConfig::ATSPI2Tobias Hunger2019-03-291-0/+1
* CMake: Map tslib, mtdev, libinput and xkbcommen_evdevTobias Hunger2019-03-291-0/+4
* CMake: Map fontconfig to Fontconfig::FontconfigTobias Hunger2019-03-291-0/+1
* CMake: Map libudev to PkgConfig::LibudevTobias Hunger2019-03-291-0/+1
* Fix exception when parsing tests.proJędrzej Nowacki2019-03-281-2/+12
* Do not overwrite CMakeLists.txt when running run_pro2cmakeJędrzej Nowacki2019-03-281-2/+26
* Do not validate file existence if path contains variablesJędrzej Nowacki2019-03-281-0/+7
* Fix turned logic in RemoveOperationJędrzej Nowacki2019-03-282-6/+67
* Install test executables into $prefix/tests instead of $prefix/binAlexandru Croitor2019-03-271-0/+2
* CMake: Set QT_STATICPLUGIN for static pluginsTobias Hunger2019-03-271-4/+6
* CMake: allow custom plugin output/install directoriesTobias Hunger2019-03-272-11/+33
* CMake: Re-generate widgetsTobias Hunger2019-03-271-46/+224
* CMake: Add widgets examplesTobias Hunger2019-03-26194-0/+4058
* .gitignore: Do not ignore stuff in examples for the time beingTobias Hunger2019-03-261-5/+6
* CMake: Add more examplesTobias Hunger2019-03-2688-5/+1637
* Fix RemoveOperationJędrzej Nowacki2019-03-261-0/+3
* Speedup run_pro2cmakeJędrzej Nowacki2019-03-261-11/+23
* Fix AUTOMOC and friends to run only once the tools are builtAlexandru Croitor2019-03-223-0/+5
* Revert "Fix wrong target in qt_feature_module_begin"Alexandru Croitor2019-03-221-1/+1
* Temporarily disable the opengles2 feature on WIN32Alexandru Croitor2019-03-212-1/+4
* Fix windows build after gui regenerationAlexandru Croitor2019-03-213-13/+23
* Add MSVC specific instruction set compiler flagsAlexandru Croitor2019-03-211-0/+15
* Fix sub-architecture (instruction sets / SIMD) handlingAlexandru Croitor2019-03-214-7/+17
* Fix wrong target in qt_feature_module_beginAlexandru Croitor2019-03-211-1/+1
* Fix internal features to also be evaluatedAlexandru Croitor2019-03-211-3/+10
* CMake: Add public dependency from Qt::Dbus to Qt::CoreTobias Hunger2019-03-201-0/+2
* CMake: Make add_qt_executable link to Qt::Core by defaultTobias Hunger2019-03-201-2/+13
* CMake: Handle INSTALL_DIRECTORY for qt_executablesTobias Hunger2019-03-201-1/+9
* CMake: Re-generate guiTobias Hunger2019-03-201-114/+263
* 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: Fix names for generated DBus adaptor/interface filesTobias Hunger2019-03-201-1/+16
* CMake: Treat OUTPUT_DIRECTORY as relative to top level build directoryTobias Hunger2019-03-201-0/+3
* Add windows platform plugin and its requirementsAlexandru Croitor2019-03-186-3/+221
* Fix Windows buildAlexandru Croitor2019-03-1812-61/+111
* Regenerate cmake files from configure.json filesAlexandru Croitor2019-03-184-43/+53
* Improve configurejson2cmake feature output generationAlexandru Croitor2019-03-181-30/+72
* Do define generation after feature evaluationAlexandru Croitor2019-03-181-18/+40
* CMake: Add QT_CFLAGS_* when building x86simd testsTobias Hunger2019-03-183-7/+22
* CMake: pro2cmake.py: Better reporting of unused keys from qmakeTobias Hunger2019-03-181-28/+25
* CMake: pro2cmake.py: Handle SIMD sourcesTobias Hunger2019-03-182-0/+78
* Corelib: Update to include qrc-file removalTobias Hunger2019-03-181-1/+6
* Use qt_evaluate_config_expression for feature enable conditionsAlexandru Croitor2019-03-141-2/+4
* CMake: configurejson2cmake.py: Fix typoTobias Hunger2019-03-121-1/+1
* Update README to mention setting the vcpkg toolchainAlexandru Croitor2019-03-111-1/+2
* CMake: pro2cmake.py: Remove .qrc files!Tobias Hunger2019-03-111-16/+91
* Fix header Depends file generationAlexandru Croitor2019-03-111-0/+1
* Improve add_qt_resource functionTobias Hunger2019-03-111-8/+24