summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows buildAlexandru Croitor2019-03-181-0/+5
* Do define generation after feature evaluationAlexandru Croitor2019-03-181-18/+40
* CMake: Add QT_CFLAGS_* when building x86simd testsTobias Hunger2019-03-182-7/+7
* CMake: pro2cmake.py: Handle SIMD sourcesTobias Hunger2019-03-181-0/+52
* Use qt_evaluate_config_expression for feature enable conditionsAlexandru Croitor2019-03-141-2/+4
* Update README to mention setting the vcpkg toolchainAlexandru Croitor2019-03-111-1/+2
* Fix header Depends file generationAlexandru Croitor2019-03-111-0/+1
* Improve add_qt_resource functionTobias Hunger2019-03-111-8/+24
* cmake: fix the order of parameters for homebrewLiang Qi2019-03-071-1/+1
* Update README to specify the minimum version of CMake neededAlexandru Croitor2019-03-071-3/+6
* cmake: Fix moc on macOSMikhail Svetkin2019-03-061-10/+48
* CMake: Handle gc-sections linker flagsTobias Hunger2019-03-041-11/+21
* Fix usage of linker -no-undefined flag for macOSAlexandru Croitor2019-02-271-6/+15
* CMake: Fix build without double-conversion on macOSMikhail Svetkin2019-02-271-8/+15
* 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
* 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-191-0/+16
* Provide some basic instructions for cross-compiling and using CCacheSimon Hausmann2019-02-191-0/+24
* 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
* cmake: Make sure QtModuleConfig.cmake.in is foundKevin Funk2019-02-141-1/+2
* cmake: Install all necessary .cmake filesKevin Funk2019-02-141-0/+6
* cmake: Minor fix in QtModuleConfig.cmake.inKevin Funk2019-02-141-1/+1
* cmake: Also use -Wl,--no-undefined for ClangKevin Funk2019-02-131-2/+2
* Replace "our" FindEGL.cmake with the ECM versionSimon Hausmann2019-02-132-32/+166
* Use rpath by default not only for building but also installed binariesSimon Hausmann2019-02-131-0/+14
* cmake: set WrapOpenGL_FOUND to ONAlbert Astals Cid2019-02-121-0/+2
* Use CMakePushCheckStateVolker Krause2019-02-121-3/+3
* Fix build without VulkanSimon Hausmann2019-02-121-2/+2
* Fix Desktop GL/EGL/GLESv2 linkageSimon Hausmann2019-02-123-0/+88
* cmake: update README.mdLiang Qi2019-02-121-0/+10
* cmake: Search and enable the sqlite[3] pluginAlbert Astals Cid2019-02-121-16/+18
* Fix finding syncqt when "cross compiling"Simon Hausmann2019-02-121-0/+2
* Fix qt_config_compile_test when cross-compilingSimon Hausmann2019-02-121-4/+18
* cmake: Start to use ConfigExtra.cmake filesKevin Funk2019-02-122-8/+18
* Find mtdev and use itAlbert Astals Cid2019-02-121-0/+3
* cmake: replace unused macro with a proper valueJean-Michaƫl Celerier2019-02-121-3/+3
* cmake: Create Qt5 compat targets in config filesKevin Funk2019-02-125-17/+20
* cmake: Set up VERSION/SOVERSION properlyKevin Funk2019-02-121-0/+2
* cmake: find gtk3 and build the gtk3 platformthemeAlbert Astals Cid2019-02-111-0/+3
* cmake: Find tslib and build the tslib plugin if foundAlbert Astals Cid2019-02-111-0/+3
* cmake: QtFeature: Do not error out when using QtKevin Funk2019-02-111-2/+2
* cmake: Make find_package(Qt5 ...) work properlyKevin Funk2019-02-114-45/+72
* cmake: Parse SYNCQT.INJECTIONSKevin Funk2019-02-111-1/+28
* cmake: we need to find for libudev not udevAlbert Astals Cid2019-02-111-1/+1
* cmake: QtFeature add debugging aidKevin Funk2019-02-111-1/+1
* cmake: Do not rerun try_compile invocationsKevin Funk2019-02-111-0/+4
* Allow passing libraries to qt_config_compile_testAlbert Astals Cid2019-02-111-2/+5