summaryrefslogtreecommitdiffstats
path: root/database/tora/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'database/tora/BUILD')
-rwxr-xr-xdatabase/tora/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/database/tora/BUILD b/database/tora/BUILD
index 4430a23f83..d1327d52b0 100755
--- a/database/tora/BUILD
+++ b/database/tora/BUILD
@@ -1,2 +1,6 @@
-OPTS="${OPTS} --without-oracle" &&
+[[ -z $QTDIR ]] && source /etc/profile.d/qt.sh
+QTDIR="${QTDIR:-$INSTALL_ROOT/usr}" &&
+PATH="$QTDIR/bin/qt4:$PATH" &&
+
+OPTS="${OPTS} --without-oracle --with-uic=$QTDIR/bin/qt4/uic" &&
default_build