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

Qt: Support versions < 5.6 #6008

Merged
merged 1 commit into from Sep 7, 2017
Merged

Conversation

spycrab
Copy link
Contributor

@spycrab spycrab commented Sep 2, 2017

No description provided.

@spycrab spycrab force-pushed the qt_older branch 2 times, most recently from a4e5f9d to cbdd649 Compare September 2, 2017 21:46
@spycrab spycrab changed the title Qt: Build on all platforms Qt: Support versions < 5.6 Sep 2, 2017
@spycrab spycrab force-pushed the qt_older branch 2 times, most recently from c2b1a47 to db91a67 Compare September 3, 2017 15:57
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.

Looks good, one main thing:

  • What does initializing a QKeySequence with zero mean? Should it be default-initialized instead?

and two small things:

  • addMenuAction and addToolAction could probably be combined and extracted into some QtUtils header
  • Dolphin style guide says function namss should start with an uppercase letter

@spycrab spycrab force-pushed the qt_older branch 3 times, most recently from ea0e1b2 to bdbbdb9 Compare September 4, 2017 08:37
if(ENABLE_QT2)
add_subdirectory(DolphinQt2)
endif()
add_subdirectory(DolphinQt2)

This comment was marked as off-topic.

This comment was marked as off-topic.

@spycrab
Copy link
Contributor Author

spycrab commented Sep 4, 2017

For the record: All buildbots have passed when forced to compile DolphinQt2:

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.

Nice!

@leoetlino leoetlino merged commit 0de3593 into dolphin-emu:master Sep 7, 2017
@spycrab spycrab deleted the qt_older branch September 7, 2017 17:41
@leoetlino leoetlino modified the milestone: Qt Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants