[Lunar-commits] <moonbase> tapioca-qt: A little tweaking on the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Jan 19 03:49:30 CET 2010
commit 7bc2f08867d64c7eca573c439cb2299b85fa08f3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Jan 18 21:49:30 2010 -0500
tapioca-qt: A little tweaking on the BUILD.
---
qt4-apps/tapioca-qt/BUILD | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/qt4-apps/tapioca-qt/BUILD b/qt4-apps/tapioca-qt/BUILD
index 9d81dbf..c3db041 100644
--- a/qt4-apps/tapioca-qt/BUILD
+++ b/qt4-apps/tapioca-qt/BUILD
@@ -1,8 +1,15 @@
(
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
+
source /etc/profile.d/qt4.rc &&
- cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX &&
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
default_make
More information about the Lunar-commits
mailing list