From 4f608a3316aa96f5cc7825aafe0560c429751705 Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Tue, 7 Jul 2015 13:58:17 +0300 Subject: [PATCH] whitespace --- connd/connd.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/connd/connd.pro b/connd/connd.pro index ef5cc33..f8b43b6 100644 --- a/connd/connd.pro +++ b/connd/connd.pro @@ -30,15 +30,15 @@ SOURCES += main.cpp \ qconnectionagent.cpp \ wakeupwatcher.cpp -HEADERS+= \ +HEADERS += \ qconnectionagent.h \ wakeupwatcher.h target.path = /usr/bin INSTALLS += target -MOC_DIR=.moc -OBJECTS_DIR=.obj +MOC_DIR = .moc +OBJECTS_DIR = .obj