aboutsummaryrefslogtreecommitdiffstats
path: root/main/qt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/qt/APKBUILD')
-rw-r--r--main/qt/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD
index 95fecd19231..4cf6ba8720e 100644
--- a/main/qt/APKBUILD
+++ b/main/qt/APKBUILD
@@ -49,6 +49,7 @@ build() {
export QT4DIR="$_builddir"
export PATH="${QT4DIR}/bin:${PATH}"
export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
+ # note: not autotools
./configure -confirm-license -opensource \
-prefix /usr \
-docdir /usr/share/doc/qt \