Skip to content

B-Stefan/QT-Examples

Repository files navigation

#QT-Examples

This repository was created during a Mobile-Linux-Programming coures at the Jamk.fi

I used cmake instead of qmake because cmake is more popular in big open-source projects, for example Webkit or OpenWebRTC The second reason is for embedding third party libraries and provide a cross operating system development environment is in my opinion cmake more common and provide a more efficient way for configuration different targets and libraries.

##Getting started

Requirements

  • cmake 2.8.+
  • qt 5.+

OSX-Setup

  1. Install required software via brew

        brew install cmake
        brew install qt5
    
    
  2. Set up your CMAKE_PREFIX_PATH to your local folder

    The default folder is /usr/local/opt/qt5/

###Windows-Setup

Not tested jet!

  1. install required software

    Follow the instructions:

###Linux-Setup Not tested jet!

  1. Install required software

        sudo apt-get install cmake
        sudo apt-get install qt5-default qttools5-dev-tools
    
    
  2. cmake

    Open main folder in Terminal

        $ cmake ./ 
        $ make
    
    

###Mobile-Setup

Not tested jet!

About

QT 5 cmake examples created during JAMK.fi coures

Resources

Stars

Watchers

Forks

Packages

No packages published