Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
Redstart
Commits
91025bec
Commit
91025bec
authored
Mar 23, 2020
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding path to Qt platforms folder to start app from VS
parent
36953450
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
No files found.
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
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