Tuesday, March 16, 2010

Qt 4.7 Technology Preview is released

5 days ago, Qt 4.7 Technology Preview was released. I download it from here, then build like below:

# ./configure -declarative -optimized-qmake -nomake demos -nomake examples \
-no-qt3support -no-gtkstyle -system-sqlite -qt-sql-sqlite \
-opensource -prefix /opt/Qt-4.7.0
# make
# make install
Check with launching Qt Designer.


In this time, I enable sqlite3 driver and QML, and disable Qt3 support, GTK style, demos and examples. It takes about 3 hours.

No comments:

Post a Comment