~fuchsi585/diabetes-diary-app/0.2

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: fuchsi585
  • Date: 2016-02-03 20:57:21 UTC
  • Revision ID: ro.fuchs585@googlemail.com-20160203205721-4f2mgohg1u491aq7
new model to favorite meals

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
cmake_minimum_required(VERSION 2.8.9)
3
3
 
4
4
set(VERSION_MAJOR 0)
5
 
set(VERSION_MINOR 2)
 
5
set(VERSION_MINOR 3)
6
6
set(FIX_REV 0)
7
7
 
8
8
set(UBUNTU_MANIFEST_PATH "manifest.json.in" CACHE INTERNAL "Tells QtCreator location and name of the manifest file")
9
9
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
10
10
 
11
 
find_package(Qt5Core)
12
 
find_package(Qt5Qml)
13
 
find_package(Qt5Quick)
 
11
find_package(Qt5Core REQUIRED)
 
12
find_package(Qt5Qml REQUIRED)
 
13
find_package(Qt5Quick REQUIRED)
14
14
#find_package(ubuntu-sdk-libs)
15
15
 
16
16
# Automatically create moc files