Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Qt5 support #81

Closed
wants to merge 12 commits into from
Closed

Qt5 support #81

wants to merge 12 commits into from

Commits on Feb 26, 2015

  1. Add support for Qt5

    mathstuf committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    17088c8 View commit details
    Browse the repository at this point in the history
  2. Turn off qsavefile in Qt5

    Qt5 ships with its own now and conflicts with this one.
    mathstuf committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    e311003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59c42fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d11e24f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51e2a03 View commit details
    Browse the repository at this point in the history
  6. Port plugin exporting to Qt5

    mathstuf committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    ceed67a View commit details
    Browse the repository at this point in the history
  7. Set -fPIC for static libraries

    Qt5 doesn't work without -fPIC.
    mathstuf committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    3fa3b08 View commit details
    Browse the repository at this point in the history
  8. Add missing includes

    mathstuf committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    edac741 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. qt: use cmake's automoc feature

    Introduced in 2.8.6.
    mathstuf committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    17f1d07 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. cmake: remove LOCATION property usage

    This has been deprecated. Instead, use the $<TARGET_FILE:> generator
    expression.
    mathstuf committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    2ede34c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    705383e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    011b5b6 View commit details
    Browse the repository at this point in the history