summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-112-1/+3
* CMake: pro2cmake.py: Add XCB and X11 librariesTobias Hunger2019-02-111-2/+22
* Fix xcb platform linking when compiling the nativepainting codeAlbert Astals Cid2019-02-111-4/+6
* Fix xlib compile testAlbert Astals Cid2019-02-111-1/+3
* Add devicediscovery and fbconvenienceAlbert Astals Cid2019-02-113-0/+57
* Allow passing libraries to qt_config_compile_testAlbert Astals Cid2019-02-112-4/+17
* cmake: Make sure moc/rcc/uic are built when neededAlbert Astals Cid2019-02-072-0/+5
* cmake: Build src/plugins/imageformatsAlbert Astals Cid2019-02-015-0/+60
* cmake: Fix build of xcb platform plugin when vulkan is availableAlbert Astals Cid2019-02-013-1/+21
* cmake: Only use the doubleconversion cmake config if "valid"Albert Astals Cid2019-02-011-1/+3
* cmake: glib changed name to glib2Albert Astals Cid2019-02-013-6/+6
* 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: Handle more librariesTobias Hunger2019-01-311-1/+9
* CMake: Introduce QT_HAS_NAMESPACETobias Hunger2019-01-311-0/+5
* CMake: Add FindZSTD.cmake and wire it up in configurejson2cmake.pyTobias Hunger2019-01-312-0/+50
* CMake: Use FindGLIB2 from cmake-extra-modulesTobias Hunger2019-01-314-5/+104
* CMake: Add debugging support for extend_target(...) callsTobias Hunger2019-01-311-0/+9
* CMake: pro2cmake.py: Pass QMAKE_MOC_OPTIONS on to CMakeTobias Hunger2019-01-312-1/+13
* CMake: pro2cmake.py: Convert more settings from .pro-file to CMakeTobias Hunger2019-01-312-3/+31
* cmake: Enable qdbusinterface testAlbert Astals Cid2019-01-314-31/+31
* Add qabstractitemmodeltester back to the buildAlbert Astals Cid2019-01-312-3/+3
* cmake: Add fixme mentioning we need a newer cmakeAlbert Astals Cid2019-01-311-1/+1
* CMake: Find common frameworks on apple in one placeTobias Hunger2019-01-311-0/+14
* CMake: pro2cmake.py: Use propertiesTobias Hunger2019-01-312-71/+85
* CMake: pro2cmake: default QT_FEATURE_system_* to "ON"Tobias Hunger2019-01-311-1/+6
* CMake: pro2cmake.py: Merge more scopesTobias Hunger2019-01-312-40/+328
* CMake: configure2cmake.py: Handle Libproxy and corewlanTobias Hunger2019-01-301-1/+2
* cmake: test: Enable the build of qdbusabstractinterfaceAlbert Astals Cid2019-01-305-23/+34
* cmake: test: Fix qdbusabstractadaptorAlbert Astals Cid2019-01-304-16/+11
* cmake: test: Enable qdbusxmlparserAlbert Astals Cid2019-01-301-4/+3
* test: fix if to depend on QT_FEATURE_style_fusionAlbert Astals Cid2019-01-301-1/+1
* Change the FIXME for selftests/aliveAlbert Astals Cid2019-01-302-2/+3
* cmake: Silence CMP0083 warnings until we can depend on cmake 3.14Albert Astals Cid2019-01-301-0/+2
* cmake: Add trivial FindLibproxy.cmakeAlbert Astals Cid2019-01-293-4/+7
* CMake: fix build for QtNetwork on macOSLiang Qi2019-01-291-0/+7
* CMake: pro2cmake.py: Better printing of scopesTobias Hunger2019-01-291-9/+8
* CMake: pro2cmake.py: Simplify conditionsTobias Hunger2019-01-293-8/+314
* CMake: pro2cmake.py: More mappings!Tobias Hunger2019-01-291-0/+7
* 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