remove QMAKE_CLEAN += -r * from project files
[staging/HomeScreen.git] / InputEventManager / InputEventManager.pro
index 2e620e3..4b6769a 100644 (file)
 # 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
@@ -37,8 +32,3 @@ include(../interfaces/interfaces.pri)
 
 OTHER_FILES += \
     README.md
-
-# remove generated files
-QMAKE_CLEAN += -r \
-    $$OUT_PWD/InputEventManager \
-    $$OUT_PWD/Makefile