User Tools

Site Tools


software:qt4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:qt4 [2009/12/13 22:58] kratz00software:qt4 [2012/05/30 18:57] (current) – [Widgets/Components for Desktop usage on Qt Quick] kratz00
Line 1: Line 1:
 http://qt.nokia.com/ http://qt.nokia.com/
  
-ftp://ftp.qt.nokia.com/qt/source/qt-x11-opensource-src-4.5.3.tar.gz+http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.2.tar.gz
  
 <code> <code>
 +sed -i '/-Werror/d' src/3rdparty/webkit/Source/WebKit.pri &&
 ./configure -prefix /usr \ ./configure -prefix /usr \
 -docdir /usr/share/doc/qt \ -docdir /usr/share/doc/qt \
Line 11: Line 12:
 -translationdir /usr/share/qt/translations \ -translationdir /usr/share/qt/translations \
 -sysconfdir /etc/qt \ -sysconfdir /etc/qt \
--qt-gif \ 
 -system-zlib \ -system-zlib \
 -system-libpng \ -system-libpng \
 -system-libjpeg \ -system-libjpeg \
 -system-libmng \ -system-libmng \
--no-exceptions \ 
 -plugin-sql-sqlite \ -plugin-sql-sqlite \
 -openssl \ -openssl \
Line 24: Line 23:
 -nomake examples \ -nomake examples \
 -nomake demos \ -nomake demos \
--no-separate-debug-info &&+-no-separate-debug-info 
 +-xmlpatterns \ 
 +-opensource \ 
 +-confirm-license &&
 make make
 </code> </code>
Line 31: Line 33:
 make install make install
 </code> </code>
 +
 +====== Qt Creator IDE ======
 +http://get.qt.nokia.com/qtcreator/qt-creator-2.5.0-src.tar.gz
 +
 +<code>
 +mkdir build &&
 +cd build &&
 +qmake ../qtcreator.pro &&
 +make
 +</code>
 +
 +<code>
 +make install
 +</code>
 +
 +====== Widgets/Components for Desktop usage on Qt Quick ======
 +https://qt.gitorious.org/qt-components/desktop/
 +
 +<code>
 +git clone git://gitorious.org/qt-components/desktop.git QtQuickDesktop &&
 +cd QtQuickDesktop &&
 +mkdir build &&
 +cd build &&
 +qmake ../desktop.pro &&
 +make
 +</code>
 +
 +<code>
 +make install
 +</code>
 +
software/qt4.1260741515.txt.gz · Last modified: 2009/12/13 22:58 by kratz00