-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Extract static library and separate main function #324
Conversation
Wow, thanks! |
Codecov Report
@@ Coverage Diff @@
## master #324 +/- ##
======================================
Coverage 2.93% 2.93%
======================================
Files 36 36
Lines 2690 2690
Branches 364 358 -6
======================================
Hits 79 79
Misses 2610 2610
Partials 1 1
Continue to review full report at Codecov.
|
1 similar comment
1 similar comment
1 similar comment
Fixed last mac issue, merging . . |
Thanks for fixing it. I hoped to at least fix the Windows issue, but get carried away. Will set up env and try to fix it. |
This commits separates main and rest of the code. Main is then used to created QtPass, using rest of the code compiled into static library. The same static library can now be directly linked with unit-tests, so there is no longer need to add separate object files for each test.
Common options moved from
*.pro
toqtpass.pri
.