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
ebfeb261
Commit
ebfeb261
authored
Apr 29, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install qt plugins and qt.conf
parent
9f51e9fa
Pipeline
#1527
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
src/OpenMesh/Apps/CMakeLists.txt
src/OpenMesh/Apps/CMakeLists.txt
+10
-0
src/OpenMesh/Apps/Qt/qt.conf.in
src/OpenMesh/Apps/Qt/qt.conf.in
+2
-0
No files found.
src/OpenMesh/Apps/CMakeLists.txt
View file @
ebfeb261
...
...
@@ -85,6 +85,16 @@ if ( BUILD_APPS )
if
(
WIN32
)
FILE
(
GLOB files_install_app_dlls
"
${
CMAKE_BINARY_DIR
}
/Build/*.dll"
)
INSTALL
(
FILES
${
files_install_app_dlls
}
DESTINATION .
)
# platform plugins for qt shoulb be installed along with the apps to run on the target systems
if
(
EXISTS
${
CMAKE_BINARY_DIR
}
/Build/plugins/platform
)
FILE
(
GLOB files_install_app_platform_dlls
"
${
CMAKE_BINARY_DIR
}
/Build/plugins/platform/*.dll"
)
INSTALL
(
FILES
${
files_install_app_platform_dlls
}
DESTINATION .
)
# Create a qt.conf file to find plugins on windows
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/Qt/qt.conf.in Build/qt.conf COPYONLY
)
endif
()
endif
()
else
()
# QT ,Opengl or glut not found
...
...
src/OpenMesh/Apps/Qt/qt.conf.in
0 → 100644
View file @
ebfeb261
[Paths]
Plugins = plugins
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