]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/gui.pro
The dateChanged signal is transmitted to the tabcontainers now.
[toast/confclerk.git] / src / gui / gui.pro
index 3515c56725f48d96bb67a2ef57cf36ee997e2ff7..b6898f79e8378ac340f87ff541518e8d18f87377 100644 (file)
@@ -6,6 +6,7 @@ CONFIG += static
 QT += sql \
     xml \
     network
+QMAKE_CLEAN += ../bin/libgui.a
 
 # module dependencies
 LIBS += -L$$DESTDIR \
@@ -20,7 +21,7 @@ DEPENDPATH += . \
     ../orm \
     ../mvc \
     ../sql
-TARGETDEPS += $$DESTDIR/liborm.a \
+POST_TARGETDEPS += $$DESTDIR/liborm.a \
     $$DESTDIR/libmvc.a \
     $$DESTDIR/libsql.a
 maemo { 
@@ -28,7 +29,7 @@ maemo {
         -lqalarm
     INCLUDEPATH += ../alarm
     DEPENDPATH += ../alarm
-    TARGETDEPS += $$DESTDIR/libqalarm.a
+    POST_TARGETDEPS += $$DESTDIR/libqalarm.a
 }
 
 # A shamelessly long list of sources, headers and forms.
@@ -43,7 +44,6 @@ FORMS += searchhead.ui \
     eventdialog.ui \
     conflictsdialog.ui \
     tabcontainer.ui \
-    mapwindow.ui \
     settingsdialog.ui \
     conferenceeditor.ui \
     urlinputdialog.ui
@@ -61,7 +61,6 @@ HEADERS += roomstabcontainer.h \
     daynavigatorwidget.h \
     eventdialog.h \
     tabcontainer.h \
-    mapwindow.h \
     settingsdialog.h \
     conferenceeditor.h \
     urlinputdialog.h
@@ -79,7 +78,6 @@ SOURCES += roomstabcontainer.cpp \
     daynavigatorwidget.cpp \
     eventdialog.cpp \
     tabcontainer.cpp \
-    mapwindow.cpp \
     settingsdialog.cpp \
     conferenceeditor.cpp \
     urlinputdialog.cpp