summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
* Check for existence of QML import paths.Morten Johan Sørvig2013-11-141-1/+1
* Android: Allow modules to specify permissions/featuresEskil Abrahamsen Blomfeldt2013-11-071-0/+13
* Resolve Qt module deps before determining if QML import scanner is neededTor Arne Vestbø2013-11-051-1/+4
* qt.prf: add correct library version when using qmlimportscannerRichard Moe Gustavsen2013-11-041-1/+1
* Remove android specific qmake variables.BogDan Vatra2013-10-311-12/+0
* export QT_NO_<foo> equivalents to the build systemOswald Buddenhagen2013-10-311-0/+4
* qmake: Pick up default bundle prefix from Xcode preferencesTor Arne Vestbø2013-10-311-0/+9
* dbuscommon.pri: Fix source file dependencyMichael Krasnyk2013-10-301-0/+1
* iOS: Build simulator libraries with suffixTor Arne Vestbø2013-10-301-3/+8
* Rewrite qmake's exclusive-build featureTor Arne Vestbø2013-10-257-98/+205
* xcode: Set QMAKE_XCODE_LIBRARY_SUFFIX from default_postTor Arne Vestbø2013-10-252-2/+3
* support cleanly querying private modules in qtHaveModule()Oswald Buddenhagen2013-10-251-1/+1
* iOS (OSX): rework how to bundle QML import foldersRichard Moe Gustavsen2013-10-251-24/+28
* make better use of $$MODULE_PLUGIN_TYPESOswald Buddenhagen2013-10-242-10/+11
* rewrite handling of private modulesOswald Buddenhagen2013-10-246-123/+143
* CMake: Ensure that the EXECUTABLE_COMPILE_FLAGS list existsStephen Kelly2013-10-241-3/+3
* Set PRIVATE includes variable to empty, not undefined.Stephen Kelly2013-10-241-5/+5
* purge auto_use_privates module optionOswald Buddenhagen2013-10-242-5/+4
* de-duplicate QT_MODULESOswald Buddenhagen2013-10-231-0/+1
* return()-related break() insanity is not necessary in qt5Oswald Buddenhagen2013-10-231-1/+1
* don't suggest to use qtAddModule(), it's internal APIOswald Buddenhagen2013-10-231-1/+1
* don't load wayland-scanner for all projects on linuxOswald Buddenhagen2013-10-221-4/+0
* remove broken validation of QMLIMPORTSCANNEROswald Buddenhagen2013-10-181-14/+9
* make it possible to explicitly suppress the qml import scanOswald Buddenhagen2013-10-181-1/+2
* Android: Remove support for QMAKE_SUPPORTED_ORIENTATIONSEskil Abrahamsen Blomfeldt2013-10-181-3/+0
* Static builds: Link QML plugins.Morten Johan Sørvig2013-10-171-0/+86
* Xcode: Dynamically choose release/debug libs based on current configurationTor Arne Vestbø2013-10-162-7/+36
* use pkg-config supplied CFLAGS when building with EGLOswald Buddenhagen2013-10-161-0/+2
* Use the cmakeTargetPaths function to process multiple paths.Stephen Kelly2013-10-161-4/+3
* Output prefix for tools on x86Eskil Abrahamsen Blomfeldt2013-10-161-0/+1
* Generate source includes in a separate file, if needed.Stephen Kelly2013-10-163-6/+17
* Don't test DLLDESTDIR when calculating dll location.Stephen Kelly2013-10-161-1/+1
* iOS: Move qmake features out of the generic features and into the makespecTor Arne Vestbø2013-10-143-169/+0
* qml_plugin.prf: moc plugin with -Muri=$$TARGETPATHRichard Moe Gustavsen2013-10-111-0/+5
* qmake: Centralize TARGET sanitization in default_post.prfTor Arne Vestbø2013-10-112-22/+35
* Android: Correctly escape backslashes in deployment settingsEskil Abrahamsen Blomfeldt2013-10-091-17/+21
* iOS: Update Xcode check to include Xcode 5.0Tor Arne Vestbø2013-10-091-2/+3
* Android: Build against new build tools revisionsEskil Abrahamsen Blomfeldt2013-10-041-1/+7
* move android-specific feature files to android/Oswald Buddenhagen2013-10-032-0/+0
* iOS: Always use application bundle when building Qt applicationsTor Arne Vestbø2013-09-272-1/+13
* iOS: Propagate xcodebuild exit-code from makefile wrapperTor Arne Vestbø2013-09-261-1/+1
* Remove logic which changes install rules inside Qt dirEskil Abrahamsen Blomfeldt2013-09-261-8/+5
* Fix setting android minimum/target versionEskil Abrahamsen Blomfeldt2013-09-261-2/+2
* iOS: Resolve location of crt.o at build time, not qmake timeTor Arne Vestbø2013-09-241-6/+2
* Android: Never error out on literal-suffix warningEskil Abrahamsen Blomfeldt2013-09-201-0/+4
* Android: Let ANDROID_API_VERSION env var take precedenceEskil Abrahamsen Blomfeldt2013-09-201-5/+5
* WinRT: Basic global supportAndrew Knight2013-09-202-2/+2
* Add qmake generation of Android deployment settingsEskil Abrahamsen Blomfeldt2013-09-191-0/+70
* Fix extension of static pluginsStephen Kelly2013-09-171-6/+15
* iOS: Change main-wrapper logic to not require changing the user's mainTor Arne Vestbø2013-09-111-2/+54