summaryrefslogtreecommitdiffstats
path: root/InputEventManager
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-11-21 12:21:14 +0900
committerJens Bocklage <jens_bocklage@mentor.com>2016-11-21 09:34:57 +0000
commitc15499baf78f777de62899a376b0f3cd6b651920 (patch)
treefaa8f01c3fce809d32f9e1543954ed1c5392c79f /InputEventManager
parent0120ff5e9f513b048e3904eaacaa530e1f0188bb (diff)
cleanup project files
Change-Id: I4d605d97d050fb60e1fef749926cb1b92071782e Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'InputEventManager')
-rw-r--r--InputEventManager/InputEventManager.pro11
1 files changed, 3 insertions, 8 deletions
diff --git a/InputEventManager/InputEventManager.pro b/InputEventManager/InputEventManager.pro
index 2e620e3..91e74dd 100644
--- a/InputEventManager/InputEventManager.pro
+++ b/InputEventManager/InputEventManager.pro
@@ -12,15 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-QT += core dbus
-QT -= gui
-
-TARGET = InputEventManager
-CONFIG += console
-CONFIG -= app_bundle
-
TEMPLATE = app
+TARGET = InputEventManager
+QT = core dbus
+include(../interfaces/interfaces.pri)
SOURCES += src/main.cpp \
src/inputeventmanager.cpp
@@ -28,7 +24,6 @@ SOURCES += src/main.cpp \
HEADERS += \
src/inputeventmanager.h
-include(../interfaces/interfaces.pri)
#contains(QT_ARCH, arm.*) {
# LIBS += -lpkgmgr-info