On Friday 21 January 2011 20:19:51 David C. Rankin wrote:
Tim, all,
[...]
(Issue #2) How in the heck to I choose QT3 to get tqtinterface to build? I know this is a simple switch issue or environment issue, but I've googled and have just managed to broaden my confusion. This is my cmake shortcoming. When I attempt the build, I get:
[...]
You must select a Qt version
[...]
The error is obvious, I need to tell it which Qt version to use, but obviously I'm too stupid to figure out where or how. Can somebody help a brother out here and help lift the veil of confusion I'm suffering from here?
mkdir /tmp/dependencies/tqtinterface.build cd /tmp/dependencies/tqtinterface.build cmake /tmp/dependencies/tqtinterface -DCMAKE_INSTALL_PREFIX=/usr -DWITH_QT3=ON
Notes:
1) You need to patch Qt3: http://trinity.pearsoncomputing.net/wiki/bin/view/Developers/Qt3
2) I recommend you to use out-of-source mode building, as in my previous example.
[...]