summaryrefslogtreecommitdiffstats
path: root/src/corelib/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix generating mimedatabase with generate.pl using makeNiclas Rosenvik2021-04-091-1/+3
* Fix environ build break on FreeBSDNiclas Rosenvik2021-04-081-2/+7
* wasm: add cmake build supportLorn Potter2021-04-011-0/+4
* Remove the redundant code related to the QT_NAMESPACE variableAlexey Edelev2021-03-301-2/+1
* QMetaType::id(): Fix ABI breakageFabian Kosmale2021-03-261-0/+2
* CMake: Get rid of the Core_qobject static libraryAlexandru Croitor2021-03-251-48/+25
* Fix backtrace on non-linux systemsNiclas Rosenvik2021-03-221-0/+5
* CMake: Get rid of the Core_versiontagging object libraryAlexandru Croitor2021-03-191-17/+4
* Unify QLibraryInfo settingsAlexey Edelev2021-03-171-1/+1
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-1/+1
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-201-0/+2
* Remove the corelib_add_mimetypes_resources call for the Core libraryAlexey Edelev2021-02-151-1/+0
* Implement futexes for WindowsThiago Macieira2021-02-131-12/+12
* Fix compilation with system double-conversionMårten Nordheim2021-02-121-20/+21
* Use the double-conversion sources without rearrangementEdward Welbourne2021-02-031-16/+15
* Ensure Core target has INTERFACE_QT_COORD_TYPE property definedCraig Scott2021-02-021-0/+3
* Update double-conversion library to current masterEdward Welbourne2021-02-011-10/+19
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-0/+2
* Workaround MinGW not handling error suppression macro correctlyFabian Kosmale2021-01-261-0/+6
* FindLibb2: Don't rely solely on pkg-configCraig Scott2021-01-181-1/+1
* Prevent compiler and linker flags from growing every cmake runCraig Scott2021-01-151-1/+1
* CMake: Fix build with GCC and ltcgChristophe Giboudeaux2021-01-131-13/+18
* CMake: Fix 'static' conditionsJoerg Bornemann2020-12-171-2/+2
* Remove unneeded qatomic_msvc.hChristian Ehrlicher2020-12-041-1/+0
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-301-0/+1
* CMake: Use lower cased property name for entrypoint library opt-outAlexandru Croitor2020-11-241-2/+2
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-1/+0
* Remove QScopedSharedPointerGiuseppe D'Angelo2020-11-201-1/+1
* cmake: Remove indirection via Startup target for EntryPointTor Arne Vestbø2020-11-121-5/+19
* CMake: Add possibility to opt-out of file(ARCHIVE_CREATE) usageJoerg Bornemann2020-11-061-1/+1
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-301-8/+8
* CMake: Fix unnecessary rebuilding upon reconfigurationAlexandru Croitor2020-10-301-0/+1
* Remove Q_IS_ENUMAllan Sandfeld Jensen2020-10-301-1/+0
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-191-1/+1
* CMake: Rename some public API functionsAlexandru Croitor2020-10-161-1/+1
* CMake: Introduce Qt6::Startup targetAlexandru Croitor2020-10-121-8/+5
* CMake: Remove leftover debug outputAlexandru Croitor2020-10-061-2/+0
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-061-0/+5
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-1/+1
* CMake Build: Add mimetype database compression with CMakeCristian Adam2020-10-011-17/+94
* Remove QNX/Blackberry-related qpps* files from corelib/kernel/Edward Welbourne2020-09-261-10/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-105/+105
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-20/+15
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-1/+3
* CMake: Fix race condition in -trace configured buildJoerg Bornemann2020-09-101-0/+5
* Remove some pre-Qt6 codeEdward Welbourne2020-09-101-1/+0
* Get rid of the MSVC specific fileLars Knoll2020-09-051-7/+0
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-031-0/+1
* Fix static buildFabian Kosmale2020-09-021-1/+1
* Add a QMetaSequence interfaceUlf Hermann2020-09-011-0/+2