From 243ace74fefc306828c9bf9852118bc0f04cca61 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 5 Feb 2014 21:44:15 +0000 Subject: [PATCH] link CLI sample with QtGui due to CValueObject::toIcon --- samples/cli_client/sample_cli_client.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/cli_client/sample_cli_client.pro b/samples/cli_client/sample_cli_client.pro index 299f42031..451b723a0 100644 --- a/samples/cli_client/sample_cli_client.pro +++ b/samples/cli_client/sample_cli_client.pro @@ -1,7 +1,6 @@ include (../../externals.pri) QT += core dbus network -QT -= gui TARGET = sample_cli_client TEMPLATE = app