You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when building, ./configure won't run, incorrectly returning the error
checking whether Qt5 should be enabled... no
checking for /qmake... no
checking for /qmake-qt4... no
checking for Qt4 qmake >= 4.8.0... not found
configure: error: Could not find qmake
when qt4-qmake is installed.
The cause is that it is incorrectly looking for "qmake-qt4" instead of "qt4-qmake"
Linux 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) i686 GNU/Linux
qbittorrent-3.2.3.tar.gz
maybe
configure.ac:$QT_QMAKE -r [$CONFDIR]/qbittorrent.pro
is the problem?
Note that it is looking for **/**qmake
The text was updated successfully, but these errors were encountered:
I tar -zxf 'd the tar file, and ran ./configure, oldschool.
Then the problem is qt was installed in a place where qbt couldn't find it.
Anyway, now using my instructions from the wiki you should be able to compile.
when building, ./configure won't run, incorrectly returning the error
checking whether Qt5 should be enabled... no
checking for /qmake... no
checking for /qmake-qt4... no
checking for Qt4 qmake >= 4.8.0... not found
configure: error: Could not find qmake
when qt4-qmake is installed.
The cause is that it is incorrectly looking for "qmake-qt4" instead of "qt4-qmake"
Linux 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) i686 GNU/Linux
qbittorrent-3.2.3.tar.gz
maybe
configure.ac:$QT_QMAKE -r [$CONFDIR]/qbittorrent.pro
is the problem?
Note that it is looking for **/**qmake
The text was updated successfully, but these errors were encountered: