From 6b65c28b3a15e2f0862523fd761fee15646ef034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Wed, 25 Jun 2014 09:53:22 +0000 Subject: [PATCH] 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 --- cmake/OpenMeshPackage.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/OpenMeshPackage.cmake b/cmake/OpenMeshPackage.cmake index 28b25806..9fbaf4e9 100644 --- a/cmake/OpenMeshPackage.cmake +++ b/cmake/OpenMeshPackage.cmake @@ -87,8 +87,8 @@ if (WIN32) # TODO: fillme # set (CPACK_NSIS_CONTACT "") - # Copy all shared Qt files to build binary dir - if ( NOT Q_WS_MAC) + # Copy all shared Qt files to build binary dir if we build openmesh with the apps + if ( NOT Q_WS_MAC AND BUILD_APPS) if (DEFINED QT_QMAKE_EXECUTABLE) SET (QTLIBLIST QtCore QtGui) -- GitLab