I installed apt-get install qt4-qmake libqt4-dev
and re run ./configure
RESPONSE
Configuring qbittorrent ...
Verifying Qt 4 build environment ... mkdir: cannot create directory `.qconftemp': Permission denied
./configure: 324: ./configure: cannot create .qconftemp/modules.cpp: Directory nonexistent
./configure: 601: ./configure: cannot create .qconftemp/modules_new.cpp: Directory nonexistent
./configure: 625: ./configure: cannot create .qconftemp/conf4.h: Directory nonexistent
./configure: 731: ./configure: cannot create .qconftemp/conf4.cpp: Directory nonexistent
./configure: 1549: ./configure: cannot create .qconftemp/conf4.pro: Directory nonexistent
./configure: 1581: cd: can't cd to .qconftemp
Cannot find file: conf4.pro.
fail
Reason: There was an error compiling 'conf'. See conf.log for details.
Be sure you have a proper Qt 4.0 build environment set up. This means not
just Qt, but also a C++ compiler, a make tool, and any other packages
necessary for compiling C++ programs.
If you are certain everything is installed, then it could be that Qt 4 is not
being recognized or that a different version of Qt is being detected by
mistake (for example, this could happen if $QTDIR is pointing to a Qt 3
installation). At least one of the following conditions must be satisfied:
1) --qtdir is set to the location of Qt
2) $QTDIR is set to the location of Qt
3) QtCore is in the pkg-config database
4) qmake is in the $PATH
This script will use the first one it finds to be true, checked in the above
order. #3 and #4 are the recommended options. #1 and #2 are mainly for
overriding the system configuration.
Other...I using sudo ./configure
RESPONSE
Configuring qbittorrent ...
Verifying Qt 4 build environment ... fail
Reason: There was an error compiling 'conf'. See conf.log for details.
Be sure you have a proper Qt 4.0 build environment set up. This means not
just Qt, but also a C++ compiler, a make tool, and any other packages
necessary for compiling C++ programs.
If you are certain everything is installed, then it could be that Qt 4 is not
being recognized or that a different version of Qt is being detected by
mistake (for example, this could happen if $QTDIR is pointing to a Qt 3
installation). At least one of the following conditions must be satisfied:
1) --qtdir is set to the location of Qt
2) $QTDIR is set to the location of Qt
3) QtCore is in the pkg-config database
4) qmake is in the $PATH
This script will use the first one it finds to be true, checked in the above
order. #3 and #4 are the recommended options. #1 and #2 are mainly for
overriding the system configuration.
I'm not understanding anything
