From 7ee859f6a5e6a334a172015fce744baeff539050 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 26 Apr 2015 00:15:06 +0200 Subject: drop c++11 requirement, use private classes --- libwatchfish.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libwatchfish.pro') diff --git a/libwatchfish.pro b/libwatchfish.pro index 7967685..63026d5 100644 --- a/libwatchfish.pro +++ b/libwatchfish.pro @@ -3,7 +3,7 @@ TARGET = watchfish TEMPLATE = lib CONFIG += staticlib -CONFIG += c++11 link_pkgconfig +CONFIG += link_pkgconfig PKGCONFIG += dbus-1 INCLUDEPATH += /usr/include/dbus-1.0 -- cgit v1.2.3