summaryrefslogtreecommitdiffstats
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-121-0/+9
|\| | | | | | | | | | | | | | | Conflicts: src/gui/gui.pro src/gui/painting/painting.pri src/opengl/opengl.pro src/openvg/openvg.pro
| * Add QT_xxx_VERSION macros for each library in qtbaseLiang Qi2011-05-101-0/+9
| | | | | | | | | | | | | | Provide version info for each library like QTCORE_VERSION and etc. Task-number: QTMODULARIZATION-44 Reviewed-by: axis
* | fix for QtWidget includeLars Knoll2011-05-071-1/+1
| |
* | some build fixesLars Knoll2011-05-071-1/+2
| |
* | library splitLars Knoll2011-05-071-0/+8
| |
* | Remove some OpenVG left-overs.Samuel Rødal2011-05-061-7/+0
|/
* Added dependency information to the sync.profile.axis2011-04-271-0/+41
|
* Move uitools from QtTools to QtBaseLiang Qi2011-04-271-0/+6
|
* Move QtSvg into a separate repositoryLiang Qi2011-04-271-3/+0
|
* Add module specific pris, and make syncqt create fwd includesMarius Storm-Olsen2011-04-271-0/+13
| | | | | | | | | | | | | | | | | | | | | | | The module specific pris define the modules name version dependencies include paths lib paths additional CONFIGs and DEFINES They are located in the modules source directory, with fwd includes created in QtBase/mkspecs/modules build directory. The pris use QT_MODULE_INCLUDE_BASE QT_MODULE_LIB_BASE to specify the locations for includes and libs. These paths are normally based on QT_INSTALL_HEADERS QT_INSTALL_LIBS for installed modules, but overridden to the module's build directory by syncqt for the fwd included pris. The path of the pris must be specified in the sync.profile for syncqt to create the fwding pris in QtBase.
* Make syncqt use sync.profile files from each moduleMarius Storm-Olsen2011-04-271-0/+44
The sync.profile replaces the hardcoded paths inside syncqt, and enables it to work for other modules than just qtbase.