summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Re-generate CMakeLists.txt file for uicTobias Hunger2019-03-041-12/+36
* CMake: Re-generate CMakeLists.txt file for dbusTobias Hunger2019-03-041-5/+19
* CMake: Re-generate CMakeLists.txt file for xmlTobias Hunger2019-03-041-8/+7
* CMake: pro2cmake.py: Map libpng to PNG::PNGTobias Hunger2019-03-041-0/+1
* 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: Cleanup harfbuzz featuresМихаил Светкин2019-03-012-11/+7
* Fix building tests on macOSAlexandru Croitor2019-02-285-5/+5
* CMake: pro2cmake.py: Simplify code and add test for line continuationTobias Hunger2019-02-283-1/+16
* CMake: pro2cmake.py: Handle for loops without blockTobias Hunger2019-02-283-1/+13
* CMake: pro2cmake.py: Make \$\$QT_FOO work in assignmentsTobias Hunger2019-02-283-1/+10
* CMake: pro2cmake.py: Fix parsing of Line continuation before end of fileTobias Hunger2019-02-283-1/+10
* CMake: pro2cmake.py: Fix parsing of for loopsTobias Hunger2019-02-283-9/+24
* CMake: run_pro2cmake.py: Add statisticsTobias Hunger2019-02-281-4/+20
* CMake: pro2cmake.py: Handle complex conditionsTobias Hunger2019-02-283-8/+29
* CMake: pro2cmake.py: Warn and fix broken line continuationTobias Hunger2019-02-282-1/+63
* Fix build of qmake on macOSAlexandru Croitor2019-02-271-4/+6
* Fix usage of linker -no-undefined flag for macOSAlexandru Croitor2019-02-271-6/+15
* CMake: pro2cmake.py: Handle values with () in assignmentsTobias Hunger2019-02-273-2/+17
* CMake: pro2cmake.py: Fix handling of TEMPLATE=subdir .pro-filesTobias Hunger2019-02-271-2/+1
* CMake: pro2cmake.py: Improve condition simplification codeTobias Hunger2019-02-273-11/+51
* CMake: pro2cmake.py: Better parsing of scopes with elseTobias Hunger2019-02-277-61/+237
* CMake: Small unsorted fixes in preparation of upgrading to dev branchTobias Hunger2019-02-271-3/+5
* CMake: Fix build without double-conversion on macOSMikhail Svetkin2019-02-273-9/+21
* cmake: Make it so that eglfs plugin doesn't hang on make -jNAlbert Astals Cid2019-02-271-0/+1
* cmake: Give the egl_x11 test the necessary libs to compileAlbert Astals Cid2019-02-274-7/+49
* pro2cmake: account for child .pro files having includesAlbert Astals Cid2019-02-271-1/+2
* cmake: Start adding compiler flagsAlbert Astals Cid2019-02-213-0/+10
* cmake: set a CMAKE_BUILD_TYPE if none was specifiedAlbert Astals Cid2019-02-211-0/+12
* cmake: fix a syntax for elseLiang Qi2019-02-211-1/+1
* Fix ELF interpreter detectionSimon Hausmann2019-02-201-6/+16
* Update FindEGL.cmake from upstreamSimon Hausmann2019-02-201-4/+2
* Add support for building conveniently with ccacheSimon Hausmann2019-02-191-0/+8
* Fix use of uic when cross-compilingSimon Hausmann2019-02-192-23/+20
* Provide some basic instructions for cross-compiling and using CCacheSimon Hausmann2019-02-191-0/+24
* Fix source file name on AndroidSimon Hausmann2019-02-181-1/+1
* Skip the qmake build when cross-compilingSimon Hausmann2019-02-181-1/+3
* cmake: build eglfs_emuAlbert Astals Cid2019-02-182-1/+27
* cmake: build eglfs_kms_egldeviceAlbert Astals Cid2019-02-182-1/+35
* cmake: build eglfs_kms pluginAlbert Astals Cid2019-02-182-1/+39
* cmake: build eglfs_kms_supportAlbert Astals Cid2019-02-182-1/+30
* cmake: add more mappings to helper.pyAlbert Astals Cid2019-02-181-0/+3
* cmake: add deviceintegration/CMakeLists.txtAlbert Astals Cid2019-02-182-1/+51
* pro2cmake: Target dependencies can be on -private libsAlbert Astals Cid2019-02-181-1/+1
* cmake: Add the eglfs platform pluginAlbert Astals Cid2019-02-152-1/+108
* cmake: helper.py more mappingsAlbert Astals Cid2019-02-151-0/+3
* cmake: Compile qobject.cpp with same flags as CoreKevin Funk2019-02-151-8/+6
* cmake: printsupport depends on core, gui and widgetsLiang Qi2019-02-141-1/+3
* cmake: Make sure to finddeps of private targetKevin Funk2019-02-141-30/+33
* cmake: Make sure QT_SYNCQT is persistedKevin Funk2019-02-141-7/+9