OCC6.3 sample makefiles for Linux

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's picture

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's picture

You beat me to it ;)

Pete

P Dolbey's picture

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

Sharjith Naramparambath's picture

The qmake-qt4 specifically

N. Sharjith

Stockmanns's picture

Thank you all for the fast help.

It is working now :-)