Don't copy qt4 anymore, if build_apps is diasabled, but the qmake variable still defined

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1093 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2014-06-25 09:53:22 +00:00
parent 3194ec6613
commit 6b65c28b3a

View File

@@ -87,8 +87,8 @@ if (WIN32)
# TODO: fillme # TODO: fillme
# set (CPACK_NSIS_CONTACT "") # set (CPACK_NSIS_CONTACT "")
# Copy all shared Qt files to build binary dir # Copy all shared Qt files to build binary dir if we build openmesh with the apps
if ( NOT Q_WS_MAC) if ( NOT Q_WS_MAC AND BUILD_APPS)
if (DEFINED QT_QMAKE_EXECUTABLE) if (DEFINED QT_QMAKE_EXECUTABLE)
SET (QTLIBLIST QtCore QtGui) SET (QTLIBLIST QtCore QtGui)