]> git.lyx.org Git - lyx.git/commitdiff
Add Qt's Svg module to the list of used modules. This is required to allow the use...
authorStephan Witt <switt@lyx.org>
Tue, 19 May 2015 06:11:01 +0000 (08:11 +0200)
committerStephan Witt <switt@lyx.org>
Tue, 19 May 2015 20:46:26 +0000 (22:46 +0200)
config/qt4.m4
src/frontends/qt4/CMakeLists.txt

index daa11718ee0ea66c5b1f53430738cf1ff8dbba4d..75b10d0b9cf30e37efe7036f548ac884055f6545 100644 (file)
@@ -44,7 +44,7 @@ AC_DEFUN([QT_CHECK_COMPILE],
                done
                qt_cv_libname=
                for libname in $qt_guilibs \
-                              '-framework QtCore -framework QtConcurrent -framework QtWidgets -framework QtMacExtras -framework QtGui'\
+                              '-framework QtCore -framework QtConcurrent -framework QtSvg -framework QtWidgets -framework QtMacExtras -framework QtGui'\
                               '-framework QtCore -framework QtGui'
                do
                        QT_TRY_LINK($libname)
@@ -269,7 +269,7 @@ AC_DEFUN([QT_DO_MANUAL_CONFIG],
        QT_CORE_LDFLAGS=
        if test -n "$qt_cv_includes"; then
                QT_INCLUDES="-I$qt_cv_includes"
-               for i in Qt QtCore QtGui QtWidgets QtConcurrent QtMacExtras; do
+               for i in Qt QtCore QtGui QtWidgets QtSvg QtConcurrent QtMacExtras; do
                        QT_INCLUDES="$QT_INCLUDES -I$qt_cv_includes/$i"
                done
                QT_CORE_INCLUDES="-I$qt_cv_includes -I$qt_cv_includes/QtCore"
index 3af2e865fd9c222e9ef9788d594d1b9ef6d20217..833e92a9e38566f0e5c4c4c1d441d8c3fba74c67 100644 (file)
@@ -56,12 +56,12 @@ endif()
 set_target_properties(frontend_qt PROPERTIES FOLDER "applications/LyX")
 
 if(Qt5Core_FOUND AND APPLE)
-       qt_use_modules(frontend_qt Core Gui Widgets Concurrent MacExtras)
+       qt_use_modules(frontend_qt Core Gui Widgets Concurrent Svg MacExtras)
 else()
        if (Qt5WinExtras_FOUND)
-           qt_use_modules(frontend_qt Core Gui Widgets Concurrent WinExtras)
+           qt_use_modules(frontend_qt Core Gui Widgets Concurrent Svg WinExtras)
        else()
-           qt_use_modules(frontend_qt Core Gui Widgets Concurrent)
+           qt_use_modules(frontend_qt Core Gui Widgets Concurrent Svg)
        endif()
 endif()
 target_link_libraries(frontend_qt