]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/app/app.pro
implemented importing the schedule from the Internet
[toast/confclerk.git] / src / app / app.pro
index 6b1ea4cff4d61a2ac73641971579aeefbce0f813..ab788f79fdca9a4fca62943c7e3940f5828ba22b 100644 (file)
@@ -1,12 +1,12 @@
 include(../global.pri)
 TEMPLATE = app
-TARGET = fosdem
+TARGET = fosdem-schedule
 DESTDIR = ../bin
-QT += sql xml
+QT += sql xml network
 
 # module dependencies
 LIBS += -L$$DESTDIR -lgui -lmvc -lsql
-INCLUDEPATH += ../gui
+INCLUDEPATH += ../gui ../sql ../mvc ../orm
 DEPENDPATH += . ../gui
 TARGETDEPS += $$DESTDIR/libmvc.a $$DESTDIR/libgui.a $$DESTDIR/libsql.a
 maemo {
@@ -16,10 +16,7 @@ maemo {
     TARGETDEPS += $$DESTDIR/libqalarm.a
 }
 
-SOURCES += main.cpp \
-           appsettings.cpp
-
-HEADERS += appsettings.h
+SOURCES += main.cpp
 
 RESOURCES += ../icons.qrc \
              ../maps.qrc