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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user