| OCC6.3 sample makefiles for Linux |
 |
| Stockmanns |
2008/09/17 08:51 |
Dear OCC-users,
after some work I could manage to install OCC 6.3 on my Linux (Suse 11) computer. I now want to try the qt samples. Unfortunately I cannot find any makefiles or config files in the /samples/standard/qt folder.
Is there something missing? Went something wrong with my installation? Or did I overlook something?
I hope that someone can help me.
Many thanks in advance!
Tobias Stockmanns |
 |
| |
 | | Dirk B |
2008/09/17 09:02 |
Just execute qmake in the /samples/standard/qt directory. qmake will generate a makefile from the IESample.pro file. Then run make.
Dirk |
 |
| |
 | | P Dolbey |
2008/09/17 09:06 |
You beat me to it ;)
Pete |
 |
| |
 | | P Dolbey |
2008/09/17 09:05 |
You need to run the Qt "qmake" tool against the .pro files to create the build files - note that the samples arenow based on Qt4.
Pete
|
 |
| |
 | | Nair Sharjith |
2008/09/17 10:45 |
The qmake-qt4 specifically
N. Sharjith |
 |
| |
 | | Stockmanns |
2008/09/17 10:57 |
Thank you all for the fast help.
It is working now :-) |
 |
| |