aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup/qtprofilesetup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Qt build variants logic more sensible.v1.3.2Christian Kandeler2014-10-071-1/+2
* Link Qt libraries as full file paths.Christian Kandeler2014-08-201-0/+2
* rename QtModuleInfo::moduleName to moduleNameWithoutPrefixJoerg Bornemann2014-07-171-1/+1
* remove unused property qtModulePrefix from Qt modulesJoerg Bornemann2014-07-171-5/+0
* qtprofilesetup: Only copy module files if necessary.Christian Kandeler2014-07-161-66/+76
* libqtprofilesetup: Gather information about Qt plugins.Christian Kandeler2014-07-111-0/+32
* libqtprofilesetup: Set up ios-specific flags at setup time.Christian Kandeler2014-07-081-1/+0
* qtprofilesetup: Determine Qt module library name at setup time.Christian Kandeler2014-07-071-0/+4
* libqtprofilesetup: Take prl files into account.Christian Kandeler2014-07-041-0/+11
* Split up qtprofilesetup.cpp.Christian Kandeler2014-07-031-311/+6
* read Qt.core defines from Qt buildJoerg Bornemann2014-07-031-3/+9
* Fix parsing of Qt modules .pri files.Christian Kandeler2014-07-031-4/+6
* libqtprofilesetup: Move module list generation into dedicated functions.Christian Kandeler2014-07-031-202/+213
* revisit how Qt compiler defines are set upJoerg Bornemann2014-07-021-4/+25
* Fix Qt4 include paths.Christian Kandeler2014-06-191-4/+8
* beautify string template syntaxJoerg Bornemann2014-06-181-5/+5
* revisit how Qt includePaths are set upJoerg Bornemann2014-06-181-53/+111
* use toJSLiteral in setupQtProfileJoerg Bornemann2014-06-161-20/+16
* Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-06-051-3/+10
|\
| * read QtModuleInfo.isStaticLibrary from module_configJoerg Bornemann2014-06-041-1/+6
| * initialize QtModuleInfo::isStaticLibraryJoerg Bornemann2014-06-041-1/+3
| * Fix messages.Takumi Asaki2014-06-021-1/+1
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-06-021-4/+35
|\|
| * setup-qt: mark ActiveQt libs as static for Qt4Joerg Bornemann2014-05-261-1/+9
| * setup-qt: fix module prefix for ActiveQtJoerg Bornemann2014-05-261-2/+15
| * setup-qt: fix module name for ActiveQtJoerg Bornemann2014-05-261-1/+11
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-05-161-0/+2
|\|
| * Fixed handling of Qt4 Phonon submodule in qtprofilesetup.Thomas Epting2014-05-161-0/+2
* | introduce Qt.quick.qmlPath propertyJoerg Bornemann2014-05-161-0/+6
* | introduce Qt.quick.qmlImportsPath propertyJoerg Bornemann2014-05-161-0/+10
* | facilitate QTextStream for writing Qt.quick propertiesJoerg Bornemann2014-05-161-3/+6
|/
* qtprofilesetup: Fix missing string replacement in output string.Christian Kandeler2014-04-031-1/+1
* Make "Qt.declarative" available as "Qt.quick" again for Qt 4.Christian Kandeler2014-03-311-1/+7
* Fix QML debugging for Qt 5.Christian Kandeler2014-03-311-1/+3
* libqtprofilesetup: Ignore pri file entries with en empty rhs.Christian Kandeler2014-02-211-1/+1
* Fix exception leak in qtprofilesetup.Christian Kandeler2014-02-201-6/+12
* Move "static Qt" discovery into libqtprofilesetup.Christian Kandeler2014-02-171-4/+28
* libqtprofilesetup: Fix some module names for Qt 4.Christian Kandeler2014-01-271-2/+2
* Make ModUtils a proper import.Christian Kandeler2014-01-211-1/+0
* libqtprofilesetup: Remove profile first.Christian Kandeler2014-01-201-0/+1
* Fix more regressions due to new Qt modules approach.Christian Kandeler2014-01-201-13/+79
* Allow dependencies on "Qt.test".Christian Kandeler2014-01-171-1/+13
* Add virtual "Qt.widgets" module for Qt 4 installations.Christian Kandeler2014-01-171-0/+8
* Move knowledge about Qt modules into libsetupqt.Christian Kandeler2014-01-161-0/+194
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+162