Slashdot Mirror


User: JT22

JT22's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:How to install this thing? on Trolltech Releases Qt 4.0 · · Score: 3, Informative

    I struggled with this a bit earlier today. The docs are pretty weak right now.

    First, get and install mingw from http://www.mingw.org/download.shtml

    Second, from Trolltech, get and install "qt-win-opensource-desktop-4.0.0-mingw.exe", NOT "qt-win-opensource-desktop-4.0.0.zip".

    Then, from the Start menu, run "Qt 4.0.0 Command Prompt" to get a DOS box with everything set up properly. Then play with the examples and demos, using qmake to create the makefiles.

    Hope that helps!!