Skip to content

Added deploy step for cmake build system#4

Merged
tm9k1 merged 1 commit intotm9k1:masterfrom
EndrII:master
Oct 12, 2020
Merged

Added deploy step for cmake build system#4
tm9k1 merged 1 commit intotm9k1:masterfrom
EndrII:master

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