aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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
| * fix getQtLibraryName for static Qt4 modulesJoerg Bornemann2014-05-263-9/+12
| * setup-qt: fix module name for ActiveQtJoerg Bornemann2014-05-261-1/+11
* | use {input|output}.fileName where appropriateJoerg Bornemann2014-05-202-6/+6
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-05-165-4/+16
|\|
| * Fixed handling of Qt4 Phonon submodule in qtprofilesetup.Thomas Epting2014-05-165-4/+16
* | introduce Qt.quick.qmlPath propertyJoerg Bornemann2014-05-162-0/+7
* | introduce Qt.quick.qmlImportsPath propertyJoerg Bornemann2014-05-161-0/+10