diff options
Diffstat (limited to 'InputEventManager')
-rw-r--r-- | InputEventManager/InputEventManager.pro | 11 |
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 |