Just execute qmake in the /samples/standard/qt directory. qmake will generate a makefile from the IESample.pro file. Then run make.
Commenter-1
Archived discussion
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 Author
Discussion
Posts are displayed in their archived order.
Just execute qmake in the /samples/standard/qt directory. qmake will generate a makefile from the IESample.pro file. Then run make.
Commenter-1
You beat me to it ;)
Pete
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
The qmake-qt4 specifically
N. Commenter-3
Thank you all for the fast help.
It is working now :-)