# debian/rules binary test -x debian/rules dh_testroot dh_clean -k dh_clean: dh_clean -k is deprecated; use dh_prep instead dh_installdirs -A mkdir -p "obj-i686-linux-gnu" if test -e /usr/share/misc/config.guess ; then \ for i in ./config/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi cd obj-i686-linux-gnu && cmake /home/xan/Scrivania/tora-2.1.2/. -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_C_COMPILER:FILEPATH="cc" -DCMAKE_CXX_COMPILER:FILEPATH="g++" -DCMAKE_C_FLAGS="-g -Wall -O2" -DCMAKE_CXX_FLAGS="-g -Wall -O2" -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- TOra 2.1.2 will be built to install into /usr -- Building for target i686-linux-gnu -- Found target X86 Qt QTGUI library not found. Qt QTXML library not found. Qt QTSQL library not found. Qt QTNETWORK library not found. Qt QTCORE library not found. CMake Error at CMakeLists.txt:178 (MESSAGE): No Qt4 found -- Configuring incomplete, errors occurred! make: *** [obj-i686-linux-gnu/CMakeCache.txt] Errore 1