only enable input method when needed to avoid breaking hardware keyboard input
[presencevnc] / vnc.pro
diff --git a/vnc.pro b/vnc.pro
index 101ccfd..d1cf3a9 100644 (file)
--- a/vnc.pro
+++ b/vnc.pro
@@ -1,13 +1,14 @@
 TEMPLATE = app
-TARGET = 
+TARGET = presencevnc-bin
 LIBS += -Llibvnc/libvncclient/.libs -lvncclient
 DEFINES += QTONLY
-CONFIG += silent
+QT += maemo5
+CONFIG += silent release
 
 OBJECTS_DIR = $${PWD}/tmp
 MOC_DIR = $${PWD}/tmp
 VPATH = $${PWD}/src
 INCLUDEPATH = $${PWD}/src
 
-HEADERS += remoteview.h vncclientthread.h vncview.h mainwindow.h
-SOURCES += main.cpp remoteview.cpp vncclientthread.cpp vncview.cpp
+HEADERS += remoteview.h vncclientthread.h vncview.h mainwindow.h preferences.h connectdialog.h
+SOURCES += main.cpp remoteview.cpp vncclientthread.cpp vncview.cpp mainwindow.cpp preferences.cpp connectdialog.cpp