summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/cmake/solid
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/cmake/solid')
-rw-r--r--testing/source/vtown/kde/cmake/solid28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/source/vtown/kde/cmake/solid b/testing/source/vtown/kde/cmake/solid
deleted file mode 100644
index 7983cf159..000000000
--- a/testing/source/vtown/kde/cmake/solid
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# Separate cmake file for solid is needed to append "-std=c99" to the
-# CMAKE_C_FLAGS, because of a bug in flex-2.6.0 which generates a C code
-# with C++-style comments. The bug has been fixed in flex 2.6.1 which
-# is not yet a part of Slackware.
-#
-mkdir cmake-build
-cd cmake-build
- cmake \
- $KDE_OPT_ARGS \
- -DKDE_PLATFORM_FEATURE_DISABLE_DEPRECATED=TRUE \
- -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS -std=c99" \
- -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS -std=c99" \
- -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DMAN_INSTALL_DIR=/usr/man \
- -DSYSCONF_INSTALL_DIR=/etc/kde \
- -DLIB_SUFFIX=${LIBDIRSUFFIX} \
- -DLIB_INSTALL_DIR=lib$LIBDIRSUFFIX \
- -DLIBEXEC_INSTALL_DIR=lib$LIBDIRSUFFIX \
- -DQML_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/qml \
- -DQT_PLUGIN_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/plugins \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -Dlconvert_executable=/usr/lib$LIBDIRSUFFIX/qt5/bin/lconvert \
- ..
-