Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added deploy step for cmake build system #4

Merged
merged 1 commit into from
Oct 12, 2020
Merged

Conversation

EndrII
Copy link
Contributor

@EndrII EndrII commented Oct 6, 2020

i am added deploy target into CMakeLists.txt for deploy your project.
using

mkdir build 
cd build 
cmake -CMAKE_PREFIX_PATH=/myQt/Dir ..
make -j$nproc
make deploy  

done.

This will make it easier to create a working archive.

This method also supports Windows.

@EndrII
Copy link
Contributor Author

EndrII commented Oct 6, 2020

this PR should be fixed the #3 issue.

@tm9k1 tm9k1 merged commit 41a2f7d into tm9k1:master Oct 12, 2020
@tm9k1
Copy link
Owner

tm9k1 commented Oct 12, 2020

Thank you very much for the PR @EndrII ! I was caught up in some other commitments and just got around to take a look!

@tm9k1 tm9k1 added the enhancement New feature or request label Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants