Mercurial > bellaciao
annotate bellaciao.pro @ 8:c63d67895cbe
layout designer: first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 24 Aug 2011 20:38:55 +0200 |
parents | 220e5619bf87 |
children |
rev | line source |
---|---|
0 | 1 ###################################################################### |
2 # Automatically generated by qmake (2.01a) mer. juil. 27 00:28:52 2011 | |
3 ###################################################################### | |
4 | |
5 TEMPLATE = app | |
6 TARGET = | |
7 DEPENDPATH += . | |
8 INCLUDEPATH += . | |
9 QT += dbus | |
2
fee291c8d42a
settings: profiles management first draft
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
10 CONFIG += debug |
0 | 11 |
12 # Input | |
8 | 13 HEADERS += bellaciao.h contact_list.h dbus_bridge.h dbus_types.h bridge.h settings.h session.h contact.h jid.h layout_designer.h layout_builder.h layout_widget.h layout_view.h |
14 SOURCES += main.cpp bellaciao.cpp contact_list.cpp dbus_bridge.cpp dbus_types.cpp bridge.cpp settings.cpp session.cpp contact.cpp jid.cpp layout_designer.cpp layout_builder.cpp layout_widget.cpp layout_view.cpp | |
15 FORMS += main_win.ui settings.ui layout_designer.ui layout_builder.ui |