summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Haffmans2014-11-19 22:31:11 +0100
committerWouter Haffmans2015-07-22 22:34:57 +0200
commita226fcc06095a130b7611b8cc46fcf4bd0f05381 (patch)
treefc4b246bdc3353f15fea0d3ef0847aa28a3e9e1b
parentc6a2160be29c11700d05c9b0032cf08e6c99c83d (diff)
downloadaur-a226fcc06095a130b7611b8cc46fcf4bd0f05381.tar.gz
Qt4 has moved in Arch - Make configure detect correct QMake
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fee9106ea435..0f2df2882092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd "$pkgname"
- ./configure --prefix /usr --with-doxywizard --python python2
+ QTDIR=/usr/lib/qt4 ./configure --prefix /usr --with-doxywizard --python python2
make
}