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

Qt5 compatibility #13

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Qt5 compatibility #13

wants to merge 8 commits into from

Commits on Nov 13, 2015

  1. working only with Qt5 now, also added example application

    Dzhoshkun Ismail Shakir committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    1de3044 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. added CMake find file

    Dzhoshkun Ismail Shakir committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    41cd17b View commit details
    Browse the repository at this point in the history
  2. - introduced CMake option for Qt5, and keeping Qt4 optional

    - sample application not being built any more
    Dzhoshkun Ismail Shakir committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    e8f2930 View commit details
    Browse the repository at this point in the history
  3. removed sample application code altogether

    Dzhoshkun Ismail Shakir committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    9001cb5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'qt5-compability':

    - Qt5 compatibility specify "-D USE_Qt5=ON" when building, in addition to "-D Qt5Core_DIR=..."
    - added CMake find file, which allows for CuteLogger to be found using "FIND_PACKAGE(CuteLogger CONFIG REQUIRED)" (NB: "make install" will install to e.g. /usr/local/include/cutelogger/ and /usr/local/lib/cutelogger/ now)
    Dzhoshkun Ismail Shakir committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    f5a4da8 View commit details
    Browse the repository at this point in the history
  5. added simple README file

    Dzhoshkun Ismail Shakir committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    8105e79 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add-readme': added README file with simple build and us…

    …e instructions
    Dzhoshkun Ismail Shakir committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    94037ee View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Configuration menu
    Copy the full SHA
    dfd0e01 View commit details
    Browse the repository at this point in the history