Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
8846837e
Commit
8846837e
authored
Apr 29, 2016
by
Jan Möbius
Browse files
Directly copy qt.conf on install
parent
c5e24a4d
Pipeline
#1533
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Apps/CMakeLists.txt
View file @
8846837e
...
...
@@ -92,8 +92,7 @@ if ( BUILD_APPS )
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
)
INSTALL
(
FILES
${
CMAKE_BINARY_DIR
}
/Build/qt.conf DESTINATION .
)
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/Qt/qt.conf DESTINATION .
)
endif
()
endif
()
...
...
src/OpenMesh/Apps/Qt/qt.conf
.in
→
src/OpenMesh/Apps/Qt/qt.conf
View file @
8846837e
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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