X-Git-Url: http://git.maemo.org/git/?p=qzeecontrol;a=blobdiff_plain;f=QZeeControl.pro;fp=QZeeControl.pro;h=ef6eab4496e88e92f60d51a7d58d9dc5fcebdfcb;hp=7e2fdb37b1c030cb8d4c7ca22178055fad801356;hb=45c6a8ff1b012e1523ab68af8bbcb91726e69654;hpb=396f18e0f2ee2e7b600673ec0f2a826b9b106c75 diff --git a/QZeeControl.pro b/QZeeControl.pro index 7e2fdb3..ef6eab4 100644 --- a/QZeeControl.pro +++ b/QZeeControl.pro @@ -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