summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* install qpa headers into frameworks as wellOswald Buddenhagen2013-06-281-1/+3
* fix location of private headers in mac bundlesOswald Buddenhagen2013-06-281-1/+1
* Deprecate Mac libc++ mkspecsTor Arne Vestbø2013-06-282-0/+4
* mac frameworks: don't create bogus symlinksOswald Buddenhagen2013-06-261-1/+0
* Replace win32-icc/qplatformdefs.h with the MSVC oneThiago Macieira2013-06-261-107/+1
* fix bundled header creation for debug buildsOswald Buddenhagen2013-06-251-10/+8
* disable non-framework header install also for debug buildsOswald Buddenhagen2013-06-251-1/+1
* install private headers into frameworksOswald Buddenhagen2013-06-252-1/+8
* don't needlessly do QMAKE_BUNDLE_DATA+=FRAMEWORK_HEADERSOswald Buddenhagen2013-06-251-1/+1
* un-nest conditionalsOswald Buddenhagen2013-06-251-3/+1
* mac framework build: always set QMAKE_FRAMEWORKPATHOswald Buddenhagen2013-06-251-3/+1
* Mac: Ensure that C++11 is always used when linking against a static Qt buildTor Arne Vestbø2013-06-241-5/+8
* CMake: Fix test for value starting with -LStephen Kelly2013-06-211-1/+1
* fix LD_LIBRARY_PATH manipulation in uic calls not being make-escapedOswald Buddenhagen2013-06-201-1/+1
* fix rcc & uic .depend_commandsOswald Buddenhagen2013-06-153-11/+30
* always $-escape make commandsOswald Buddenhagen2013-06-151-1/+1
* fix command over-escaping in vcproj filesOswald Buddenhagen2013-06-151-2/+4
* assemble the tool commands at use time, after allOswald Buddenhagen2013-06-153-10/+11
* Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-152-23/+42
* remove overquoting of extra compiler argumentsOswald Buddenhagen2013-06-122-4/+4
* remove overquoting of extra compiler commandsOswald Buddenhagen2013-06-122-3/+3
* fix QMAKE_COMPILER fallback for clang specsOswald Buddenhagen2013-06-121-1/+1
* Don't test existence of private header directories for mac frameworksStephen Kelly2013-06-101-1/+5
* Remove the use of CMAKE_FIND_ROOT_PATH.Stephen Kelly2013-06-101-1/+1
* mkspecs/qml_plugin: adding -nonrelocatable flag to qmldump callFawzi Mohamed2013-06-101-1/+1
* redo include path logic for pre-generated headersOswald Buddenhagen2013-06-101-16/+32
* reshuffle path setupOswald Buddenhagen2013-06-102-7/+8
* use correct variable for library base pathOswald Buddenhagen2013-06-101-1/+1
* update some comments relating to forwarding module pri filesOswald Buddenhagen2013-06-102-4/+4
* allow modules to extend their MODULE_{,PRIVATE_}INCLUDESOswald Buddenhagen2013-06-101-0/+2
* Strip the -L dirs when processing GL dirs for the CMake files.Stephen Kelly2013-06-061-1/+1
* don't add absent private include paths to non-git buildsOswald Buddenhagen2013-06-051-2/+2
* fix non-git non-shadow non-prefix non-qtbase buildsOswald Buddenhagen2013-06-051-1/+2
* run syncqt only for builds from gitOswald Buddenhagen2013-06-033-3/+23
* move module master header generation back to syncqtOswald Buddenhagen2013-06-031-25/+0
* split out dependencies from module master headerOswald Buddenhagen2013-06-031-5/+14
* remove pointless quoting of MODULE_*INCLUDES assignmentsOswald Buddenhagen2013-06-031-3/+3
* move module version header generation back to syncqtOswald Buddenhagen2013-06-031-29/+0
* Android: Fix Windows build with recent SDKEskil Abrahamsen Blomfeldt2013-05-311-0/+6
* Android: Compile jar file on WindowsEskil Abrahamsen Blomfeldt2013-05-281-1/+1
* add -compile-examples configure optionOswald Buddenhagen2013-05-261-2/+1
* Android: Added the attribute "extends".Christian Strømme2013-05-221-1/+4
* Fix Qt for Android build with recent SDK bundleEskil Abrahamsen Blomfeldt2013-05-211-0/+7
* Check that files we expect to find actually exist when using a cmake package.Stephen Kelly2013-05-201-8/+35
* MSYS: use cp -f for QMAKE_INSTALL_*Ray Donnelly2013-05-202-0/+8
* Only generate entries for private include dirs if they exist.Stephen Kelly2013-05-142-0/+10
* remove qtPrepareTool()'s ability to run batch filesOswald Buddenhagen2013-05-131-5/+1
* remove pointless extension check from qtPrepareTool()Oswald Buddenhagen2013-05-131-1/+1
* make qtPrepareTool recognize perl scripts by extensionOswald Buddenhagen2013-05-131-1/+3
* install host libraries into -hostprefixOswald Buddenhagen2013-05-134-12/+35