]> 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 69f875bbf320bc679917947bc97120a105e6626b..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,24 +12,28 @@ 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 \
     track.h \
     delegate.h \
     eventmodel.h \
-    treeview.h
+    treeview.h \
+    room.h \
+    conferencemodel.h
 SOURCES += event.cpp \
     conference.cpp \
     track.cpp \
     delegate.cpp \
     eventmodel.cpp \
-    treeview.cpp
+    treeview.cpp \
+    room.cpp \
+    conferencemodel.cpp