Mercurial > bellaciao
comparison bellaciao.pro @ 2:fee291c8d42a
settings: profiles management first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 08 Aug 2011 10:30:23 +0200 |
parents | 22b44846b04b |
children | 220e5619bf87 |
comparison
equal
deleted
inserted
replaced
1:2e015f69f756 | 2:fee291c8d42a |
---|---|
5 TEMPLATE = app | 5 TEMPLATE = app |
6 TARGET = | 6 TARGET = |
7 DEPENDPATH += . | 7 DEPENDPATH += . |
8 INCLUDEPATH += . | 8 INCLUDEPATH += . |
9 QT += dbus | 9 QT += dbus |
10 CONFIG += debug | |
10 | 11 |
11 # Input | 12 # Input |
12 HEADERS += bellaciao.h contact_list.h dbus_bridge.h dbus_types.h bridge.h parameters.h | 13 HEADERS += bellaciao.h contact_list.h dbus_bridge.h dbus_types.h bridge.h settings.h session.h |
13 SOURCES += main.cpp bellaciao.cpp contact_list.cpp dbus_bridge.cpp dbus_types.cpp bridge.cpp parameters.cpp | 14 SOURCES += main.cpp bellaciao.cpp contact_list.cpp dbus_bridge.cpp dbus_types.cpp bridge.cpp settings.cpp session.cpp |
14 FORMS += main_win.ui parameters_win.ui | 15 FORMS += main_win.ui settings.ui |