Skip to content

Commit

Permalink
soprano: cleanup the build
Browse files Browse the repository at this point in the history
it now installs /usr/lib/libsoprano.so.4 and some other relevant files...
  • Loading branch information
v4hn committed Dec 4, 2015
1 parent a928ab5 commit 6bc40f0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions utils/soprano/BUILD
Expand Up @@ -12,16 +12,15 @@
fi
fi &&

# build qt4 version
. /etc/profile.d/qt4.rc &&

OPTS+=" -DQT5_BUILD=0" &&
default_cmake_build &&

default_cmake_config &&

make &&
# cleanup to build qt5
devoke_installwatch &&
mv $SOURCE_DIRECTORY/$MODULE-oosb $SOURCE_DIRECTORY/$MODULE.qt4-oosb

. /etc/profile.d/qt5.rc &&

OPTS+=" -DQT5_BUILD=1" &&

default_cmake_build

0 comments on commit 6bc40f0

Please sign in to comment.