comunicmessages/ComunicMessages.pro

41 lines
1.0 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 \
controllers/initcontroller.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 \
controllers/initcontroller.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