summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/slxbrowser/module.build')
-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."