[Qt-interest] OpenCASCADE sample for qt is giving problem
Srdjan Todorovic
todorovic.s at googlemail.com
Wed Dec 2 10:24:09 CET 2009
Hi,
On 01/12/2009, Sujan Dasmahapatra <sujan.dasmahapatra at gmail.com> wrote:
> Dear Friends
> If there's anyone using OpenCASCADE for QT please I need your help. I am
> juts trying to build the OpenCASCADE sample folder for qt.
> /bin/lrelease src/Common-icon.ts -qm ./res/Common-icon.qm
> make: /bin/lrelease: Command not found
The program /bin/lrelease is not found.
> lrelease.commands = $(QTDIR)/bin/lrelease ${QMAKE_FILE_NAME} -qm
> ./res/${QMAKE_FILE_BASE}.qm
If QTDIR is undefined (it is empty), then lrelease.commands =
/bin/lrelease ..............
If QTDIR is set to your Qt install prefix (eg. /usr/local/qt), then
lrelease.commands = /usr/local/qt/bin/lrelease .................
Check that your QTDIR is set correctly.
Srdjan
More information about the Qt-interest-old
mailing list