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

CMake: Build DolphinQt2 by default #6021

Merged
merged 1 commit into from Sep 7, 2017

Conversation

spycrab
Copy link
Contributor

@spycrab spycrab commented Sep 4, 2017

This PR changes CMakeLists.txt so that DolphinQt2 is built by default.

Should be merged after #6008.

Copy link
Contributor

@ligfx ligfx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note here for posterity that this doesn't change the buildbots, since they've already cached ENABLE_QT2=false.

find_package(Qt5Gui REQUIRED)

if(NOT Qt5Widgets_FOUND)
message(FATAL_ERROR "Could not find Qt5, which is required to build the DolphinQt2 frontend. If you don't want to build the Qt frontend, pass -DENABLE_QT2=False to

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@leoetlino leoetlino merged commit c472462 into dolphin-emu:master Sep 7, 2017
@spycrab spycrab deleted the qt_build_by_default branch September 7, 2017 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants