Release 0.5-1 contains (Muti-profile support, Contacts Integration)
[vicar] / src / vicar-config / vicar-config.pro
old mode 100644 (file)
new mode 100755 (executable)
index bd8d89c..640b2a3
@@ -7,7 +7,7 @@ LIBS += /usr/lib/libgconf-2.so
 LIBS += ../lib/libvicar.a
 CONFIG += qt \
     debug
-QT += dbus
+QT += dbus sql
 TEMPLATE = app
 TARGET = vicar-config
 VPATH += src \
@@ -17,10 +17,13 @@ MOC_DIR = mocs
 OBJECTS_DIR = objs
 
 # Input
-HEADERS += configwindow.h
-FORMS += configwindow.ui
-SOURCES += src/main.cpp \
-    configwindow.cpp
+HEADERS += profileswindow.h \
+    profilesettingsdialog.h
+FORMS += profileswindow.ui \
+    profilesettingsdialog.ui
+SOURCES += main.cpp \
+    profileswindow.cpp \
+    profilesettingsdialog.cpp
 
 # MAKE INSTALL
 INSTALLDIR = /../../debian/vicar