add website
[presencevnc] / vnc.pro
diff --git a/vnc.pro b/vnc.pro
index 9a46c17..e96a093 100644 (file)
--- a/vnc.pro
+++ b/vnc.pro
@@ -1,8 +1,8 @@
 TEMPLATE = app
-TARGET = presencevnc-bin
-LIBS += -Llibvnc/libvncclient/.libs -lvncclient
+TARGET = presencevnc
+LIBS += -ljpeg -Llibvnc/libvncclient/.libs libvnc/libvncclient/.libs/libvncclient.a
 DEFINES += QTONLY
-CONFIG += silent clean
+CONFIG += silent release
 
 maemo5 {
        QT += maemo5
@@ -13,5 +13,5 @@ MOC_DIR = $${PWD}/tmp
 VPATH = $${PWD}/src
 INCLUDEPATH = $${PWD}/src $${PWD}/libvnc
 
-HEADERS += remoteview.h vncclientthread.h vncview.h mainwindow.h preferences.h connectdialog.h fullscreenexitbutton.h keymenu.h
+HEADERS += remoteview.h vncclientthread.h vncview.h mainwindow.h preferences.h connectdialog.h fullscreenexitbutton.h keymenu.h scrollarea.h
 SOURCES += main.cpp remoteview.cpp vncclientthread.cpp vncview.cpp mainwindow.cpp preferences.cpp connectdialog.cpp keymenu.cpp