summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser
diff options
context:
space:
mode:
authorSimon Rettberg2017-07-07 15:42:28 +0200
committerSimon Rettberg2017-07-07 15:42:28 +0200
commited341c81e6ec9b880ebb71026e5c280bd5880a38 (patch)
tree1b689fe237b91d6d9e9ce8a8c7e1d284d7416691 /core/modules/slxbrowser
parentFix activate_qt maybe? Do we need this even with cmake? (diff)
downloadmltk-ed341c81e6ec9b880ebb71026e5c280bd5880a38.tar.gz
mltk-ed341c81e6ec9b880ebb71026e5c280bd5880a38.tar.xz
mltk-ed341c81e6ec9b880ebb71026e5c280bd5880a38.zip
[slxbrowser] Remove activate_qt call
Diffstat (limited to 'core/modules/slxbrowser')
-rw-r--r--core/modules/slxbrowser/module.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/modules/slxbrowser/module.build b/core/modules/slxbrowser/module.build
index e1b70091..32ca44c8 100644
--- a/core/modules/slxbrowser/module.build
+++ b/core/modules/slxbrowser/module.build
@@ -11,8 +11,6 @@ build() {
cd "${MODULE_BUILD_DIR}/${REQUIRED_PREFIX}" || perror "No dir"
pinfo "Running cmake"
- # use qt4-dev (in case eg. qt4 and 5 are installed)
- activate_qt 5
cmake "$SRCDIR" || perror "'cmake $SRCDIR' failed."
make || perror "'make' failed."