From cc05516cd4c3c2d59c2fab66753c2fb1789f8657 Mon Sep 17 00:00:00 2001 From: Larry Shaffer Date: Sat, 13 Jun 2015 10:47:16 -0600 Subject: [PATCH] Always bundle QTest framework and module on Mac, for plugin developers --- mac/cmake/1qt.cmake.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mac/cmake/1qt.cmake.in b/mac/cmake/1qt.cmake.in index 8974a1bb7cd..f5dd101d908 100644 --- a/mac/cmake/1qt.cmake.in +++ b/mac/cmake/1qt.cmake.in @@ -15,20 +15,14 @@ SET (QT_FWVER @QT_VERSION_MAJOR@) # build list of Qt frameworks to bundle # core list, includes dependencies and used by extra plugins -SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL) -SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL) +SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL QtTest) +SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL QtTest) # add Qsci.so, if available IF (@QSCI_FOUND@) SET (PYQTLIST ${PYQTLIST} Qsci) ENDIF (@QSCI_FOUND@) -# for tests -IF (@ENABLE_TESTS@) - SET (QTLISTQG ${QTLISTQG} QtTest) - SET (PYQTLIST ${PYQTLIST} QtTest) -ENDIF () - MYMESSAGE ("Qt list: ${QTLISTQG}") # symlinks when only @executable_path used