DiscussionsIssue archiveInstallation and Building

Archived discussion

OCC6.3 sample makefiles for Linux

Installation and BuildingWed, 09/17/2008 - 10:515 replies

Browse this forum
QuestionAuthor

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

5 archived replies

Posts are displayed in their archived order.

01Commenter-1

Just execute qmake in the /samples/standard/qt directory. qmake will generate a makefile from the IESample.pro file. Then run make.

Commenter-1

02Commenter-2

You beat me to it ;)

Pete

03Commenter-2

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

04Commenter-3

The qmake-qt4 specifically

N. Commenter-3

05Author

Thank you all for the fast help.

It is working now :-)