Difference between revisions of "Qt updates"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* move all from C:\Qt\x.x.x to a Y:\qt | * move all from C:\Qt\x.x.x to a Y:\qt | ||
* copy all to compile server: | * copy all to compile server: | ||
− | scp -r qt/x.x.x canucks:/usr/local/Qt | + | scp -r qt/x.x.x canucks:/usr/local/Qt/x.x.x/win32-bin |
* set version number in mkspecs/win32-x-g++/qmake.conf (in QMAKE_INCDIR_QT and QMAKE_LIBDIR_QT) | * set version number in mkspecs/win32-x-g++/qmake.conf (in QMAKE_INCDIR_QT and QMAKE_LIBDIR_QT) | ||
* set reference version in admin/option.factory | * set reference version in admin/option.factory |
Revision as of 19:47, 25 January 2010
Windows
- download and unpack Qt archive under VirtualBox
- move all from C:\Qt\x.x.x to a Y:\qt
- copy all to compile server:
scp -r qt/x.x.x canucks:/usr/local/Qt/x.x.x/win32-bin
- set version number in mkspecs/win32-x-g++/qmake.conf (in QMAKE_INCDIR_QT and QMAKE_LIBDIR_QT)
- set reference version in admin/option.factory
- before publishing any release, copy Qt tar.gz files generated during package build in /build/windows/3rdparty/Qt
scp * xxxx@geopsy.org:/var/www/download/htdocs/archives
Source
- update Qt libraries in /usr/local/Trolltech
- keep changes in mkspecs/win32-x-g++/qmake.conf when installing Qt
- set reference version in admin/option.factory
Mac
- download source archive
- copy it to qt
- change version number in ./build
- run nohup ./build > build.log&
- update symlink /usr/local/Qt/current
- set reference version in admin/option.factory