Wed, 09/17/2008 - 10:51
Forums:
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
Wed, 09/17/2008 - 11:02
Just execute qmake in the /samples/standard/qt directory. qmake will generate a makefile from the IESample.pro file. Then run make.
Dirk
Wed, 09/17/2008 - 11:06
You beat me to it ;)
Pete
Wed, 09/17/2008 - 11: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
Wed, 09/17/2008 - 12:45
The qmake-qt4 specifically
N. Sharjith
Wed, 09/17/2008 - 12:57
Thank you all for the fast help.
It is working now :-)