]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/gui.pro
Minor tuning of the conference editor. The reload button now has a text on it.
[toast/confclerk.git] / src / gui / gui.pro
index 3515c56725f48d96bb67a2ef57cf36ee997e2ff7..e9b1dd43d63c862eeeb49bc8a780f7bc0ac56124 100644 (file)
@@ -20,7 +20,7 @@ DEPENDPATH += . \
     ../orm \
     ../mvc \
     ../sql
-TARGETDEPS += $$DESTDIR/liborm.a \
+POST_TARGETDEPS += $$DESTDIR/liborm.a \
     $$DESTDIR/libmvc.a \
     $$DESTDIR/libsql.a
 maemo { 
@@ -28,7 +28,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 +43,6 @@ FORMS += searchhead.ui \
     eventdialog.ui \
     conflictsdialog.ui \
     tabcontainer.ui \
-    mapwindow.ui \
     settingsdialog.ui \
     conferenceeditor.ui \
     urlinputdialog.ui
@@ -61,7 +60,6 @@ HEADERS += roomstabcontainer.h \
     daynavigatorwidget.h \
     eventdialog.h \
     tabcontainer.h \
-    mapwindow.h \
     settingsdialog.h \
     conferenceeditor.h \
     urlinputdialog.h
@@ -79,7 +77,6 @@ SOURCES += roomstabcontainer.cpp \
     daynavigatorwidget.cpp \
     eventdialog.cpp \
     tabcontainer.cpp \
-    mapwindow.cpp \
     settingsdialog.cpp \
     conferenceeditor.cpp \
     urlinputdialog.cpp