]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/mvc/mvc.pro
Add .pro.user.* to svn:ignore and remove it in the release target.
[toast/confclerk.git] / src / mvc / mvc.pro
index 03cea46369f83a6ca4e89bf06e2e2b89ac66ab28..f0d92d751ca7568e791569edede0ad7ecf2aee9b 100644 (file)
@@ -3,7 +3,8 @@ TEMPLATE = lib
 TARGET = mvc
 DESTDIR = ../bin
 CONFIG += static
-QT += sql
+QT += sql 
+QMAKE_CLEAN += ../bin/libmvc.a
 
 # module dependencies
 LIBS += -L$$DESTDIR \
@@ -11,14 +12,14 @@ LIBS += -L$$DESTDIR \
 INCLUDEPATH += ../orm ../app
 DEPENDPATH += . \
     ../orm
-TARGETDEPS += $$DESTDIR/liborm.a
+POST_TARGETDEPS += $$DESTDIR/liborm.a
 maemo { 
     LIBS += -L$$DESTDIR \
         -lqalarm \
         -lalarm
     INCLUDEPATH += ../alarm
     DEPENDPATH += ../alarm
-    TARGETDEPS += $$DESTDIR/libqalarm.a
+    POST_TARGETDEPS += $$DESTDIR/libqalarm.a
 }
 HEADERS += event.h \
     conference.h \
@@ -26,11 +27,13 @@ HEADERS += event.h \
     delegate.h \
     eventmodel.h \
     treeview.h \
-    room.h
+    room.h \
+    conferencemodel.h
 SOURCES += event.cpp \
     conference.cpp \
     track.cpp \
     delegate.cpp \
     eventmodel.cpp \
     treeview.cpp \
-    room.cpp
+    room.cpp \
+    conferencemodel.cpp