aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup
Commit message (Expand)AuthorAgeFilesLines
* libqbsqtprofilesetup: Get rid of bogus warnings about missing prl files.Christian Kandeler2014-10-062-19/+42
* 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
* Fix run environment setup.Jake Petroules2014-08-281-5/+12
* 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-202-7/+14
* Link Qt libraries as full file paths.Christian Kandeler2014-08-208-6/+69
* Fix preprocessor defines list in Qt profile setup.v1.3.0Jake Petroules2014-08-151-1/+1
* qtprofile,clang: add libc++ on iOS and OSX for compilation and linkingFawzi Mohamed2014-07-241-2/+9
* remove special ActiveQt case from moduleNameWithoutPrefixJoerg Bornemann2014-07-171-3/+3
* fix deprecation warning in Qt.gui moduleJoerg Bornemann2014-07-171-1/+1
* rename QtModuleInfo::moduleName to moduleNameWithoutPrefixJoerg Bornemann2014-07-173-3/+3
* fix library names for Qt4 ActiveQtJoerg Bornemann2014-07-171-1/+1
* remove unused property qtModulePrefix from Qt modulesJoerg Bornemann2014-07-173-7/+0
* remove property includeDirName from QtModule.qbsJoerg Bornemann2014-07-171-1/+0
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-162-6/+6
* qtprofilesetup: Only copy module files if necessary.Christian Kandeler2014-07-161-66/+76
* remove outdated commentJoerg Bornemann2014-07-161-1/+0
* fix setup-qt for modules without libsJoerg Bornemann2014-07-141-0/+2
* init QtModuleInfo::isPlugin properlyJoerg Bornemann2014-07-141-1/+2
* libqtprofilesetup: Gather information about Qt plugins.Christian Kandeler2014-07-118-5/+133
* ios: correctly renames mainFawzi Mohamed2014-07-101-1/+1
* libqtprofilesetup: Set up ios-specific flags at setup time.Christian Kandeler2014-07-085-43/+19
* libqtprofilesetup: Fix usage of undefined variable.Christian Kandeler2014-07-071-2/+2
* libqtprofilesetup: Fix order of libraries in QtModule.qbs.Christian Kandeler2014-07-071-3/+3
* qtprofilesetup.cpp: Add missing placeholder value to gui.qbs.Christian Kandeler2014-07-071-0/+1
* qtprofilesetup: Determine Qt module library name at setup time.Christian Kandeler2014-07-077-10/+31
* win32: fix debug QBSQTPROFILELIB var expansionRay Donnelly2014-07-071-1/+1
* libqtprofilesetup: Take prl files into account.Christian Kandeler2014-07-047-15/+220
* Split up qtprofilesetup.cpp.Christian Kandeler2014-07-037-341/+494
* read Qt.core defines from Qt buildJoerg Bornemann2014-07-032-7/+10
* 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-025-10/+28
* Fix Qt4 include paths.Christian Kandeler2014-06-191-4/+8
* beautify string template syntaxJoerg Bornemann2014-06-185-13/+13
* revisit how Qt includePaths are set upJoerg Bornemann2014-06-186-71/+117
* use toJSLiteral in setupQtProfileJoerg Bornemann2014-06-162-22/+18
* fix QtModule.qbsJoerg Bornemann2014-06-161-0/+1
* remove unused properties from Qt module filesJoerg Bornemann2014-06-132-3/+0
* remove superfluous ANGLE code from Qt.gui module templateJoerg Bornemann2014-06-121-3/+0
* Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-06-053-7/+21
|\
| * fix linking of static Qt libsJoerg Bornemann2014-06-051-3/+10
| * fix lib name for static Qt libs on OS XJoerg Bornemann2014-06-041-1/+1
| * 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-024-13/+47
|\|