Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ImageINSA_Tanguy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tanguy.Raufflet
ImageINSA_Tanguy
Commits
0c017f3c
Commit
0c017f3c
authored
10 years ago
by
Antoine Lorence
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] Fix deployment in Debug mode
parent
90677391
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-2
1 addition, 2 deletions
CMakeLists.txt
lib/detiq-t
+1
-1
1 addition, 1 deletion
lib/detiq-t
with
2 additions
and
3 deletions
CMakeLists.txt
+
1
−
2
View file @
0c017f3c
...
...
@@ -106,9 +106,8 @@ if(WIN32)
endif
()
endif
()
add_custom_target
(
WinQtDeploy ALL
windeployqt
${
DEPLOY_FLAGS
}
${
DEPLOY_OUTPUT_DIRECTORY
}
/qwt.dll
windeployqt
${
DEPLOY_OUTPUT_DIRECTORY
}
/qwt.dll
COMMAND windeployqt
${
DEPLOY_FLAGS
}
${
DEPLOY_OUTPUT_DIRECTORY
}
/eiimage.exe
COMMENT
"Copy Qt & compiler DLL to the target directory"
)
add_dependencies
(
WinQtDeploy eiimage
)
endif
()
This diff is collapsed.
Click to expand it.
detiq-t
@
22f99ac8
Compare
e83bb64f
...
22f99ac8
Subproject commit
e83bb64fcb7a302a5cf0d3b2db8ecec5d6dab428
Subproject commit
22f99ac87fa9da706ff6e511660a77d07a675514
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment