summaryrefslogtreecommitdiff
path: root/mkspecs/features/qt.prf
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Check for existence of QML import paths.Morten Johan Sørvig1-1/+1
2013-11-05Resolve Qt module deps before determining if QML import scanner is neededTor Arne Vestbø1-1/+4
2013-11-04qt.prf: add correct library version when using qmlimportscannerRichard Moe Gustavsen1-1/+1
2013-10-25iOS (OSX): rework how to bundle QML import foldersRichard Moe Gustavsen1-24/+28
2013-10-24purge auto_use_privates module optionOswald Buddenhagen1-1/+1
2013-10-18remove broken validation of QMLIMPORTSCANNEROswald Buddenhagen1-14/+9
2013-10-18make it possible to explicitly suppress the qml import scanOswald Buddenhagen1-1/+2
2013-10-17Static builds: Link QML plugins.Morten Johan Sørvig1-0/+86
2013-09-20WinRT: Basic global supportAndrew Knight1-1/+1
2013-02-18take advantage of new safety regarding build config resolutionOswald Buddenhagen1-1/+1
2013-02-04fix lack of rpath-link when using modules from final locationOswald Buddenhagen1-0/+1
2012-12-20Generalize the check for gui in static plugin import generationMiikka Heikkinen1-1/+1
2012-12-20Enable forcing generation of static plugin importsMiikka Heikkinen1-44/+43
2012-12-11Automatically import plugins in all applications with static QtMiikka Heikkinen1-3/+5
2012-12-11Remove QT_DLL and QT_NODLL defines.Stephen Kelly1-5/+0
2012-12-10Add QT_DEFAULT_QPA_PLUGIN to generated qconfig.priMiikka Heikkinen1-0/+4
2012-12-10Pro-file level support for importing plugins for static Qt buildsMiikka Heikkinen1-1/+24
2012-12-07Only handle QTPLUGIN when linking against static QtMiikka Heikkinen1-1/+2
2012-11-27adjust to modularization changes in ActiveQtJoerg Bornemann1-0/+8
2012-11-02move QT_NAMESPACE define to qtcore's module pri fileOswald Buddenhagen1-2/+0
2012-11-01let static plugins have "module" pri filesOswald Buddenhagen1-31/+1
2012-11-01purge dead definesOswald Buddenhagen1-3/+0
2012-10-26simplify determination of static plugin link lineOswald Buddenhagen1-16/+1
2012-08-07add support for QT_PRIVATEOswald Buddenhagen1-33/+2
2012-07-25fix syntax error in static plugin assembly codeOswald Buddenhagen1-1/+1
2012-07-20TYPO: Fix typo in warning messageMontel Laurent1-1/+1
2012-06-29Merge branch 'buildsystem' (second round)Oswald Buddenhagen1-6/+0
2012-06-28Update the macros for shared/DLL and static buildsThiago Macieira1-8/+12
2012-06-27don't put QMAKESPEC_ORIGINAL into INCLUDEPATH any moreOswald Buddenhagen1-5/+0
2012-06-26make using testlib automatically "promote" all modules to -privateOswald Buddenhagen1-1/+2
2012-06-19make missing qt modules fatalOswald Buddenhagen1-1/+3
2012-06-19support for private depends in modulesOswald Buddenhagen1-0/+1
2012-06-19remove support for CONFIG+=qt_compatOswald Buddenhagen1-6/+0
2012-06-19don't explicitly inject qt header/library pathsOswald Buddenhagen1-6/+0
2012-06-19purge QMAKE_INCDIR_QT and QMAKE_LIBDIR_QTOswald Buddenhagen1-5/+2
2012-06-19make use of $$[FOO/get] propertiesOswald Buddenhagen1-2/+2
2012-06-19move moc, rcc and uic CONFIG additions to the respective qt modulesOswald Buddenhagen1-1/+1
2012-06-19dispose of library-bound feature filesOswald Buddenhagen1-0/+21
2012-05-31Move the sub-architecture feature to better places in qmakeThiago Macieira1-13/+0
2012-05-31Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira1-8/+11
2012-04-23Revert "Add workaround for projects using 'QT += declarative'"Friedemann Kleint1-27/+0
2012-03-23Add detection of AVX and AVX2 support in the compiler.Thiago Macieira1-0/+1
2012-03-23Remove detection for MMX support and related technologyThiago Macieira1-3/+0
2012-03-15Remove unmaintained and broken VNC platform pluginJohannes Zellner1-1/+1
2012-03-09fix the check for libraries having themselves as dependenciesOswald Buddenhagen1-2/+3
2012-03-08replace uses of QMAKE_INCDIR_QT and QMAKE_LIBDIR_QT with module-specific vari...Oswald Buddenhagen1-1/+1
2012-03-06transitively resolve module dependenciesOswald Buddenhagen1-19/+15
2012-02-29Merge master -> api_changesRohan McGovern1-1/+1
2012-02-28simplify loop over modulesOswald Buddenhagen1-1/+1
2012-02-27Add workaround for projects using 'QT += declarative'Matthew Vogt1-0/+27