Qt versions
Posted on 02 Feb 2013 by dpercy
We mentioned this in class, but when you're testing your project in the CS department, make sure you're using Qt 4.8. If QtCreator doesn't show this as an option, follow these steps to add it:
- From the menu bar, choose "Tools" > "Options". The options window will pop up.
- From the toolbar on the left, click "Build & Run", then click the "Qt Versions" tab. This lists the versions of Qt that your instance of QtCreator knows about.
- Click the "Add..." button. A file dialog will pop up.
- Choose the file
/course/cs195u/bin/cs195u_qmake
(You can type this absolute path directly into the file browser if you find that easier than navigating with the mouse.) - The list of Qt versions should now include one called "Qt 4.8.1 (cs195u)". Click "Ok" to save these settings.
