Support out of srcdir builds.

This commit is contained in:
sledgehammer999 2014-05-08 00:51:23 +03:00
commit e6b2919eb2
2 changed files with 4 additions and 2 deletions

View file

@ -183,8 +183,9 @@ AC_OUTPUT(conf.pri)
AC_MSG_NOTICE([Running qmake to generate the makefile...])
CONFDIR="$( cd "$( dirname "$0" )" && pwd )"
$QT_QMAKE qbittorrent.pro
$QT_QMAKE [$CONFDIR]/qbittorrent.pro
ret="$?"