ako poviem ./configure kde je Qt4 ?

Sekcia: Programovanie 08.04.2007 | 23:19
Avatar nahnevaný mladý muž gNewSense  Používateľ
$ export LDPATH="-I/opt/qt4/include -L/opt/qt4/lib"
$ ./configure
...
checking for Qt... configure: error: Qt (>= Qt 4.1) (headers and libraries) not found. Please check your installation (and make sure you compiled Qt with -debug - doing symlinks to a -release build of Qt4 will introduce breakage, do not do that -)!
For more details about this problem, look at the end of config.log.
    • Re: ako poviem ./configure kde je Qt4 ? 09.04.2007 | 00:04
      Avatar Štefan Tomečko openSUSE 11, Kubuntu 8.04  Používateľ
      ./configure --with-qt-dir=DIR --with-qt-includes=DIR --with-qt-libraries=DIR

      kde za DIR si dosadis cesty k jednotlivym knizniciam a hlavickam
      ... because the future is open.
    • Re: ako poviem ./configure kde je Qt4 ? 09.04.2007 | 00:11
      Avatar Miroslav Bendík Gentoo  Administrátor
      ./configure --help | grep qt
      • Re: ako poviem ./configure kde je Qt4 ? 09.04.2007 | 00:20
        Avatar borg Fedora  Administrátor
        ./configure --help | grep -i qt