summaryrefslogtreecommitdiffstats
path: root/util/cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake: Fix xcb_glx buildAlbert Astals Cid2019-05-031-0/+1
* Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-022-7/+12
* Make freetype a required packageAlexandru Croitor2019-05-011-1/+1
* Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-162-6/+20
* CMake: Map xkbcommon_supportTobias Hunger2019-04-121-0/+1
* 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: Configurejson2cmake: Always enable system-pcre2 and handle dlopenTobias Hunger2019-04-121-2/+4
* CMake: Support /nolink librariesTobias Hunger2019-04-102-2/+7
* CMake: Fix mappings in helper.py - WUIASLiang Qi2019-04-091-1/+1
* CMake: pro2cmake.py: Fix plugin type only prints first letterTobias Hunger2019-04-091-1/+1
* CMake: Fix mappings in helper.pyTobias Hunger2019-04-091-6/+3
* 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
* CMake: Map linuxaccessibility_supportPrivate to Qt::LASPTobias Hunger2019-04-091-0/+1
* Add script to print out list of unconverted .pro filesAlexandru Croitor2019-04-081-0/+218
* Fix architecture conditionsAlexandru Croitor2019-04-031-2/+2
* CMake: Map cups to Cups::Cups, vulkan_support_private to Qt::VulkanSupportPri...Tobias Hunger2019-04-031-0/+3
* Fix simplification of conditions involving appleAlexandru Croitor2019-04-021-1/+1
* CMake: Set define for default QPA platformTobias Hunger2019-04-021-3/+0
* 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
* CMake: Map odbc to ODBC::ODBCTobias Hunger2019-03-291-0/+1
* CMake: Map SQLite3 to SQLite::SQLite3Tobias Hunger2019-03-291-1/+2
* CMake: Map glx_support and glx_supportPrivateTobias Hunger2019-03-291-0/+2
* CMake: Map psql to PostgreSQL::PostgreSQLTobias Hunger2019-03-291-0/+1
* CMake: pro2cmake.py: deduplicate and sort librariesTobias Hunger2019-03-291-2/+8
* 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
* Fix RemoveOperationJędrzej Nowacki2019-03-261-0/+3
* Speedup run_pro2cmakeJędrzej Nowacki2019-03-261-11/+23
* Temporarily disable the opengles2 feature on WIN32Alexandru Croitor2019-03-211-0/+3
* Fix sub-architecture (instruction sets / SIMD) handlingAlexandru Croitor2019-03-211-2/+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