software:qt4
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:qt4 [2012/03/23 18:43] – kratz00 | software:qt4 [2012/05/30 18:57] (current) – [Widgets/Components for Desktop usage on Qt Quick] kratz00 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| http:// | http:// | ||
| - | http://get.qt.nokia.com/qt/ | + | http://releases.qt-project.org/qt4/ |
| < | < | ||
| + | sed -i '/ | ||
| ./configure -prefix /usr \ | ./configure -prefix /usr \ | ||
| -docdir / | -docdir / | ||
| Line 11: | Line 12: | ||
| -translationdir / | -translationdir / | ||
| -sysconfdir /etc/qt \ | -sysconfdir /etc/qt \ | ||
| - | -qt-gif \ | ||
| -system-zlib \ | -system-zlib \ | ||
| -system-libpng \ | -system-libpng \ | ||
| Line 24: | Line 24: | ||
| -nomake demos \ | -nomake demos \ | ||
| -no-separate-debug-info \ | -no-separate-debug-info \ | ||
| - | -xmlpatterns && | + | -xmlpatterns |
| + | -opensource \ | ||
| + | -confirm-license && | ||
| + | make | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | make install | ||
| + | </ | ||
| + | |||
| + | ====== Qt Creator IDE ====== | ||
| + | http:// | ||
| + | |||
| + | < | ||
| + | mkdir build && | ||
| + | cd build && | ||
| + | qmake ../ | ||
| make | make | ||
| </ | </ | ||
| Line 38: | Line 54: | ||
| git clone git:// | git clone git:// | ||
| cd QtQuickDesktop && | cd QtQuickDesktop && | ||
| - | qmake && | + | mkdir build && |
| + | cd build && | ||
| + | qmake ../ | ||
| make | make | ||
| </ | </ | ||
software/qt4.1332524631.txt.gz · Last modified: by kratz00
