Make Qt5Test optional
ClosedPublic

Authored by asturmlechner on Oct 7 2018, 12:46 PM.

Details

Reviewers
kfunk
Group Reviewers
KDevelop
Commits
R52:967551db23fb: Make Qt5Test optional
Test Plan

Builds fine w/o Qt5Test present.

Diff Detail

Repository
R52 KDevelop: PHP Support
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
asturmlechner created this revision.Oct 7 2018, 12:46 PM
Restricted Application added a project: KDevelop. · View Herald TranscriptOct 7 2018, 12:46 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald Transcript
asturmlechner requested review of this revision.Oct 7 2018, 12:46 PM
kfunk accepted this revision.Oct 7 2018, 5:11 PM
kfunk added a subscriber: kfunk.

To 5.3 branch, please.

This revision is now accepted and ready to land.Oct 7 2018, 5:11 PM

To 5.3 branch, please.

sure, instead/in addition?

Make KF5Archive exclusive to BUILD_TESTING as well

(there are also some missing deps that are implicitly linked, but that is for another review)

This revision was automatically updated to reflect the committed changes.
kfunk added a comment.Oct 8 2018, 11:51 AM

Pushed this for you. To 5.3 branch.

Note that the KF5::Archive dep wasn't necessary to begin with. Removed the dep in an earlier commit.

kfunk added a comment.Oct 8 2018, 11:52 AM

(there are also some missing deps that are implicitly linked, but that is for another review)

Not sure what you mean with that; if we don't directly link to those deps, then we don't need to find_package(...) them either.