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
Last revisionBoth sides next revision
software:qt4 [2012/03/22 23:22] kratz00software:qt4 [2012/05/28 16:05] kratz00
Line 1: Line 1:
 http://qt.nokia.com/ http://qt.nokia.com/
  
-http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.4.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 25: Line 24:
 -nomake demos \ -nomake demos \
 -no-separate-debug-info \ -no-separate-debug-info \
--xmlpatterns &&+-xmlpatterns 
 +-opensource \ 
 +-confirm-license && 
 +make 
 +</code> 
 + 
 +<code> 
 +make install 
 +</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 make
 </code> </code>
software/qt4.txt · Last modified: 2012/05/30 18:57 by kratz00