comunicmessages/ComunicMessages.pro
2018-12-02 21:26:49 +01:00

47 lines
1.2 KiB
Prolog

QT += widgets network
SOURCES += \
main.cpp \
helpers/accounthelper.cpp \
widgets/loginwidget.cpp \
utils/accountutils.cpp \
data/accountloginrequest.cpp \
data/apirequest.cpp \
data/apirequestparameter.cpp \
helpers/apihelper.cpp \
utils/jsonutils.cpp \
data/apirequestslist.cpp \
helpers/configurationhelper.cpp \
data/accountlogintokens.cpp \
widgets/mainwindow.cpp \
widgets/aboutthisappdialog.cpp \
controllers/initcontroller.cpp \
data/conversation.cpp \
helpers/conversationslisthelper.cpp \
widgets/conversationslistwidget.cpp
HEADERS += \
helpers/accounthelper.h \
config.h \
widgets/loginwidget.h \
utils/accountutils.h \
data/accountloginrequest.h \
data/apirequest.h \
data/apirequestparameter.h \
helpers/apihelper.h \
utils/jsonutils.h \
data/apirequestslist.h \
helpers/configurationhelper.h \
data/accountlogintokens.h \
widgets/mainwindow.h \
widgets/aboutthisappdialog.h \
controllers/initcontroller.h \
data/conversation.h \
helpers/conversationslisthelper.h \
widgets/conversationslistwidget.h
FORMS += \
widgets/loginwidget.ui \
widgets/mainwindow.ui \
widgets/aboutthisappdialog.ui