Add first stub of adapter for sending X keyboard events.
[qzeecontrol] / QZeeControl.pro
index 7e2fdb3..ef6eab4 100644 (file)
@@ -23,6 +23,9 @@ symbian:TARGET.CAPABILITY += NetworkServices
 CONFIG += mobility
 MOBILITY += connectivity
 
+CONFIG += link_pkgconfig
+PKGCONFIG += xtst
+
 # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
 # CONFIG += qdeclarative-boostable
 
@@ -31,7 +34,8 @@ MOBILITY += connectivity
 
 # The .cpp file which was generated for your project. Feel free to hack it.
 SOURCES += main.cpp \
-    btconnector.cpp
+    btconnector.cpp \
+    xtstadapter.cpp
 
 # Please do not modify the following two lines. Required for deployment.
 include(qmlapplicationviewer/qmlapplicationviewer.pri)
@@ -47,4 +51,5 @@ OTHER_FILES += \
     qtc_packaging/debian_harmattan/changelog
 
 HEADERS += \
-    btconnector.h
+    btconnector.h \
+    xtstadapter.h