comunicmessages/ComunicMessages.pro
2018-11-28 21:33:27 +01:00

29 lines
641 B
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
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
FORMS += \
widgets/loginwidget.ui