Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
8ab97e2b
Commit
8ab97e2b
authored
Apr 29, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wrong install path for plugins
parent
8846837e
Pipeline
#1534
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/OpenMesh/Apps/CMakeLists.txt
src/OpenMesh/Apps/CMakeLists.txt
+1
-1
No files found.
src/OpenMesh/Apps/CMakeLists.txt
View file @
8ab97e2b
...
...
@@ -89,7 +89,7 @@ if ( BUILD_APPS )
# platform plugins for qt shoulb be installed along with the apps to run on the target systems
if
(
EXISTS
${
CMAKE_BINARY_DIR
}
/Build/plugins/platforms
)
FILE
(
GLOB files_install_app_platform_dlls
"
${
CMAKE_BINARY_DIR
}
/Build/plugins/platforms/*.dll"
)
INSTALL
(
FILES
${
files_install_app_platform_dlls
}
DESTINATION
.
)
INSTALL
(
FILES
${
files_install_app_platform_dlls
}
DESTINATION
plugins/platforms/
)
# Create a qt.conf file to find plugins on windows
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/Qt/qt.conf DESTINATION .
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment