Qrest FAQ
Here you can find answers to some of the most frequently asked questions about Qrest.
Compiling
What are the requirements to compile Qrest ?
You need a few things :
- A C++ compiler
- The Qt4 developement kit version 4.2 and above
If you're running a linux system, you will find those already packaged for your distribution.
If you're running a Windows system, visit http://trolltech.com/downloads/opensource/appdev/windows-cpp to get Qt4 bundled with a free C++ compiler (mingw).
We haven't had the opportunity to test a compilation on OSX systems, yet. If you have done it, please contat us and provide a detailed procedure
How do I compile Qrest ?
This is done by invoking these 2 commands, wether on the command line or through an IDE
- qmake
- make
I get a lot of warnings like this one : Found potential symbol conflict of…
This means you probably are on a system on wich you have both Qt3 and Qt4 installed.
In order to be sure to use the Qt4 qmake, try using qmake-qt4 instead of qmake
