From c15499baf78f777de62899a376b0f3cd6b651920 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Mon, 21 Nov 2016 12:21:14 +0900 Subject: cleanup project files Change-Id: I4d605d97d050fb60e1fef749926cb1b92071782e Signed-off-by: Tasuku Suzuki --- interfaces/interfaces.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'interfaces') diff --git a/interfaces/interfaces.pro b/interfaces/interfaces.pro index 1dad460..1d2920a 100644 --- a/interfaces/interfaces.pro +++ b/interfaces/interfaces.pro @@ -12,12 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += dbus -QT -= gui - TEMPLATE = lib -CONFIG += staticlib TARGET = interfaces +QT = dbus +CONFIG += staticlib HEADERS += \ include/appframework.hpp \ -- cgit 1.2.3-korg