]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/gui.pro
implemented 'proxy settings' dialog
[toast/confclerk.git] / src / gui / gui.pro
index 5d4cfc7d0bf06ba78cb13a4d971b13598159f66c..5ce8c0279d8a96aae77bfa0e5310e38c7eb2fb62 100644 (file)
@@ -44,7 +44,8 @@ FORMS += searchhead.ui \
     eventdialog.ui \
     conflictsdialog.ui \
     tabcontainer.ui \
     eventdialog.ui \
     conflictsdialog.ui \
     tabcontainer.ui \
-    mapwindow.ui
+    mapwindow.ui \
+    proxysettingsdialog.ui
 
 HEADERS += roomstabcontainer.h \
     nowtabcontainer.h \
 
 HEADERS += roomstabcontainer.h \
     nowtabcontainer.h \
@@ -61,7 +62,8 @@ HEADERS += roomstabcontainer.h \
     eventdialog.h \
     tabwidget.h \
     tabcontainer.h \
     eventdialog.h \
     tabwidget.h \
     tabcontainer.h \
-    mapwindow.h
+    mapwindow.h \
+    proxysettingsdialog.h
 
 SOURCES += roomstabcontainer.cpp \
     nowtabcontainer.cpp \
 
 SOURCES += roomstabcontainer.cpp \
     nowtabcontainer.cpp \
@@ -78,7 +80,8 @@ SOURCES += roomstabcontainer.cpp \
     eventdialog.cpp \
     tabwidget.cpp \
     tabcontainer.cpp \
     eventdialog.cpp \
     tabwidget.cpp \
     tabcontainer.cpp \
-    mapwindow.cpp
+    mapwindow.cpp \
+    proxysettingsdialog.cpp
 
 maemo { 
     FORMS += alarmdialog.ui
 
 maemo { 
     FORMS += alarmdialog.ui