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

DolphinQt2/CMakeLists: Specify Qt libraries via COMPONENTS in the find_package call #6594

Merged
merged 1 commit into from Apr 5, 2018

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Apr 4, 2018

Eliminates the need to find the individual modules separately

@@ -1,7 +1,6 @@
find_package(Qt5Widgets)
find_package(Qt5Gui)
find_package(Qt5 COMPONENTS Gui Widgets)

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

…package call

Eliminates the need to find the individual modules separately
@leoetlino leoetlino merged commit 39cb22d into dolphin-emu:master Apr 5, 2018
@lioncash lioncash deleted the qt branch April 5, 2018 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants