From e865376bbd757827e4085554e6dd5bc429e2034e Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 21 Jan 2015 16:23:18 +0100 Subject: [PATCH] Make Qt5 default After discussing with Ximion it, it looks like nobody is using Appstream-Qt4, so it's fair to just use by default the most common one. At some point it will make sense to make it Qt5 only, to take advantage of Qt5 features. This is just a first step. --- qt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/CMakeLists.txt b/qt/CMakeLists.txt index 31a8ebbe..5af1d900 100644 --- a/qt/CMakeLists.txt +++ b/qt/CMakeLists.txt @@ -1,7 +1,7 @@ project(AppstreamQt) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) -set(APPSTREAM_QT_VERSION "4" CACHE STRING "Used Qt version") +set(APPSTREAM_QT_VERSION "5" CACHE STRING "Used Qt version") include(CMakePackageConfigHelpers) include(GenerateExportHeader)