summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qfactoryloader
Commit message (Expand)AuthorAgeFilesLines
* tst_QFactoryLoader: includemocsMårten Nordheim2024-03-122-0/+4
* Change license for tests filesLucie Gérard2024-02-048-8/+8
* QFactoryLoader: add metaDataKeys() to return just the "Keys" entryThiago Macieira2023-11-281-4/+46
* QFactoryLoader::instance(): don't fully parse static plugins' dataThiago Macieira2023-11-286-3/+86
* tst_QFactoryLoader: remove unused member variableMarc Mutz2023-11-131-4/+0
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QLibraryPrivate: Actually merge load hintsIevgenii Meshcheriakov2023-06-203-1/+31
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-174-8/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-08-034-0/+12
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-282-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-167-189/+14
* Android: activate tst_qfactoryloaderIvan Solovev2022-03-254-74/+49
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-201-4/+35
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-0/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-42/+0
* Remove the qmake project filesJoerg Bornemann2021-01-074-71/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-234-10/+10
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-2/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-094-10/+10
* Remove winrtOliver Wolff2020-06-065-23/+0
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-122-2/+2
* Regenerate TestsLeander Beernaert2020-01-162-1/+2
* Distinguish between qt_plugin and regular pluginsLeander Beernaert2019-10-284-14/+63
* Convert corelib plugin testsLeander Beernaert2019-10-214-0/+137
* Android: Pass tst_QFactoryLoaderMårten Nordheim2018-06-302-0/+19
* Use dependencies instead of CONFIG+=orderedAllan Sandfeld Jensen2017-12-021-1/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-2/+3
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-2/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-0/+4
|\|
| * Make the factoryloader test compile without library supportUlf Hermann2017-02-222-0/+4
* | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-231-2/+0
|/
* Convert the old feature systemLars Knoll2016-09-151-2/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-023-0/+11
|\
| * winrt: cleanup testcasesMaurice Kalinowski2016-01-293-0/+11
* | Updated license headersJani Heikkinen2016-01-217-119/+84
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-052-2/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-013-3/+0
* | Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-182-1/+12
|/
* Update copyright headersJani Heikkinen2015-02-117-49/+49
* Update license headers and add new license filesMatti Paaso2014-09-247-133/+77
* don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-162-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-187-7/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-227-174/+174
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-013-0/+3
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Remove insignification from QPluginLoader and QFactoryLoader tests.Jason McDonald2012-04-171-1/+0
* Fix a crash in QFactoryLoaderJonas Rabbe2012-03-2911-0/+475