INCLUDEPATH += . INCLUDEPATH += /usr/include/gconf/2 \ /usr/include/glib-2.0 \ /usr/lib/glib-2.0/include INCLUDEPATH += ../vicar-lib/src LIBS += /usr/lib/libgconf-2.so LIBS += ../lib/libvicar.a CONFIG += qt \ debug QT += dbus sql TEMPLATE = app TARGET = vicar-config VPATH += src \ uis UI_DIR = uis MOC_DIR = mocs OBJECTS_DIR = objs # Input HEADERS += profileswindow.h \ profilesettingsdialog.h FORMS += profileswindow.ui \ profilesettingsdialog.ui SOURCES += main.cpp \ profileswindow.cpp \ profilesettingsdialog.cpp # MAKE INSTALL INSTALLDIR = /../../debian/vicar INSTALLS += target target.path = $$INSTALLDIR/opt/vicar