Date: Sun, 16 Sep 2007 16:02:46 -0400 From: "Dan Langille" <dan@langille.org> To: Danny Pansters <danny@ricin.com> Cc: freebsd-ports@freebsd.org Subject: Re: qmake problems Message-ID: <46ED53A6.5799.FA23907@dan.langille.org>
next in thread | raw e-mail | index | archive | help
Danny Pansters wrote: > USE_QTVER= 4 > QT_COMPONENTS= qmake > > That should put qmake-qt4 and other vars in CONFIGURE_ENV. That puts qmake-qt4 into ${QMAKE}. This allowed me to change the vendor code patches to use that variable instead of harcoding the path to qmake. The following error persists: > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/qt-console > /usr/local/bin/qmake-qt4 -unix -o Makefile bat.pro > Cannot find file: bat.pro. > *** Error code 2 To debug this, I put an echo `pwd` before qmake is invoked. The output is: /usr/home/dan/src/bacula-bat/work/bacula-2.2.4/src/qt-console/obj bat.pro is one directory up. Ideas? -- Dan Langille - http://www.langille.org/ Available for hire: http://www.freebsddiary.org/dan_langille.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46ED53A6.5799.FA23907>