comunicmessages/ComunicMessages.pro

68 lines
1.8 KiB
Prolog
Raw Normal View History

2018-11-28 20:33:27 +00:00
QT += widgets network
2018-11-27 18:15:54 +00:00
SOURCES += \
main.cpp \
helpers/accounthelper.cpp \
2018-11-28 20:33:27 +00:00
widgets/loginwidget.cpp \
utils/accountutils.cpp \
data/accountloginrequest.cpp \
data/apirequest.cpp \
data/apirequestparameter.cpp \
helpers/apihelper.cpp \
utils/jsonutils.cpp \
2018-11-29 14:53:54 +00:00
data/apirequestslist.cpp \
helpers/configurationhelper.cpp \
data/accountlogintokens.cpp \
2018-11-29 15:06:37 +00:00
widgets/mainwindow.cpp \
2018-11-29 16:35:27 +00:00
widgets/aboutthisappdialog.cpp \
2018-12-02 20:26:49 +00:00
controllers/initcontroller.cpp \
data/conversation.cpp \
helpers/conversationslisthelper.cpp \
widgets/conversationslistwidget.cpp \
widgets/conversationitemwidget.cpp \
data/user.cpp \
helpers/usershelper.cpp \
2018-12-07 10:31:42 +00:00
data/conversationslist.cpp \
utils/uiutils.cpp \
data/userslist.cpp \
2018-12-11 20:03:05 +00:00
utils/timeutils.cpp \
widgets/conversationwidget.cpp
2018-11-27 18:15:54 +00:00
HEADERS += \
helpers/accounthelper.h \
config.h \
2018-11-28 20:33:27 +00:00
widgets/loginwidget.h \
utils/accountutils.h \
data/accountloginrequest.h \
data/apirequest.h \
data/apirequestparameter.h \
helpers/apihelper.h \
utils/jsonutils.h \
2018-11-29 14:53:54 +00:00
data/apirequestslist.h \
helpers/configurationhelper.h \
data/accountlogintokens.h \
2018-11-29 15:06:37 +00:00
widgets/mainwindow.h \
2018-11-29 16:35:27 +00:00
widgets/aboutthisappdialog.h \
2018-12-02 20:26:49 +00:00
controllers/initcontroller.h \
data/conversation.h \
helpers/conversationslisthelper.h \
widgets/conversationslistwidget.h \
widgets/conversationitemwidget.h \
data/user.h \
helpers/usershelper.h \
2018-12-07 10:31:42 +00:00
data/conversationslist.h \
utils/uiutils.h \
data/userslist.h \
2018-12-11 20:03:05 +00:00
utils/timeutils.h \
widgets/conversationwidget.h
2018-11-27 18:15:54 +00:00
FORMS += \
2018-11-29 14:53:54 +00:00
widgets/loginwidget.ui \
2018-11-29 15:06:37 +00:00
widgets/mainwindow.ui \
widgets/aboutthisappdialog.ui \
2018-12-11 20:03:05 +00:00
widgets/conversationitemwidget.ui \
widgets/conversationwidget.ui
2018-12-07 10:31:42 +00:00
RESOURCES += \
res/ressources.qrc