Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
Redstart
Commits
91025bec
Commit
91025bec
authored
Mar 23, 2020
by
Dipl.-Ing. Jonas Stienen
Browse files
Adding path to Qt platforms folder to start app from VS
parent
36953450
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
91025bec
...
...
@@ -120,6 +120,7 @@ target_link_libraries( Redstart ${VISTA_USE_PACKAGE_LIBRARIES} ${VISTAINTERPROCC
install
(
TARGETS Redstart RUNTIME DESTINATION
"bin"
)
vista_add_pathscript_dynamic_lib_path
(
"
${
_qt5Core_install_prefix
}
/bin/"
)
vista_add_pathscript_dynamic_lib_path
(
"
${
_qt5Core_install_prefix
}
/plugins/"
)
vista_configure_app
(
Redstart
)
vista_install
(
Redstart
)
vista_create_default_info_file
(
Redstart
)
...
...
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