aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup/qtmoduleinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Detect Qt via a module providerChristian Kandeler2019-02-121-839/+0
* Qt support: Use gold linker if Qt is configured that wayChristian Kandeler2019-01-141-0/+5
* Qt support: Allow users to pull in plugins by typeChristian Kandeler2018-11-091-1/+3
* libqtprofilesetup: Try to find the library when .prl file is missingChristian Kandeler2018-10-121-10/+27
* libqtprofilesetup: Properly handle quoted paths in .pri filesChristian Kandeler2018-10-111-1/+29
* setup-qt: Remove duplicated library entries in Qt modulesJoerg Bornemann2018-02-281-0/+106
* Merge remote-tracking branch 'origin/1.10'Joerg Bornemann2018-01-171-1/+4
|\
| * Qt module templates: Fix for Qt 4Christian Kandeler2018-01-151-1/+4
* | Replace more loops with range-forJake Petroules2017-11-271-15/+10
* | Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-241-6/+9
* | STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-14/+14
* | STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-2/+2
* | STL compatibility: use size() instead of count()Jake Petroules2017-11-151-13/+13
|/
* Use ranged-based for loops where applicableJoerg Bornemann2017-09-191-4/+2
* Qt, iOS: add platform plugin linker flags only to the platform pluginJake Petroules2017-08-161-4/+6
* Fix iOS linked libraries for Qt 5.8+Jake Petroules2017-08-161-4/+6
* Fix broken handling of QtScriptTools modules in qbs-setup-qtJake Petroules2017-05-261-3/+3
* libqtprofilesetup: Turn "-pthread" into "-lpthread"Christian Kandeler2017-04-201-1/+5
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-221-4/+6
* Change style of #includes of Qt headersJake Petroules2017-01-041-3/+3
* Update license headersIikka Eklund2016-08-291-14/+23
* Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-1/+1
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Fix library file path generation.Alexander Polishchuk2016-03-261-3/+4
* libqtprofilesetup: Adapt to new Qt module pri file contents.Christian Kandeler2016-02-091-5/+7
* libqtprofilesetup: Adapt to new pri file format for Qt modules.Christian Kandeler2016-02-051-0/+8
* libqtprofilesetup: Adapt to Qt 5.6 prl file change.Christian Kandeler2015-11-181-4/+7
* libqtprofilesetup: Understand $$[QT_INSTALL_LIBS] in .prl files.Christian Kandeler2015-07-141-0/+1
* fix setup-qt for static builds of Qt4Joerg Bornemann2015-05-191-2/+6
* Fix bug in linker flag generation for static builds of Qt on iOS.Jake Petroules2015-05-121-2/+2
* Prevent automatic casting from char* to QString.Christian Kandeler2015-04-231-5/+7
* Update links from qt-project.org to qt.ioSergio Ahumada2015-03-031-1/+1
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* Fix mingw Qt setup.Christian Kandeler2014-12-171-1/+6
* qtprofilesetup: Fix detection for DataVisualization module.Christian Kandeler2014-11-271-4/+5
* qtprofilesetup: Inhibit more warnings about missing prl files.Christian Kandeler2014-10-161-20/+39
* License update.Eike Ziller2014-10-161-7/+8
* libqbsqtprofilesetup: Get rid of bogus warnings about missing prl files.Christian Kandeler2014-10-061-16/+39
* libqtprofilesetup: Fix mingw use case.Christian Kandeler2014-09-291-3/+7
* Qt profile setup: Fix Qt 4 case on Windows.Christian Kandeler2014-09-241-3/+13
* qtprofilesetup: Read qt_lib_*.pri files recursively.Christian Kandeler2014-08-291-4/+27
* qtprofilesetup: Refactor qt_lib_*.pri file reading.Christian Kandeler2014-08-281-7/+11
* libqtprofilesetup: Read prl files also for Qt 4.Christian Kandeler2014-08-201-33/+42
* libqtprofilesetup: Complain only once per missing prl file.Christian Kandeler2014-08-201-5/+10
* Link Qt libraries as full file paths.Christian Kandeler2014-08-201-2/+47
* Fix preprocessor defines list in Qt profile setup.v1.3.0Jake Petroules2014-08-151-1/+1
* remove special ActiveQt case from moduleNameWithoutPrefixJoerg Bornemann2014-07-171-3/+3
* rename QtModuleInfo::moduleName to moduleNameWithoutPrefixJoerg Bornemann2014-07-171-1/+1
* fix library names for Qt4 ActiveQtJoerg Bornemann2014-07-171-1/+1