mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: segregate systems, codestyle, busy message
This commit is contained in:
@@ -28,15 +28,16 @@ SOURCES += \
|
||||
Core\tcpclient.cpp\
|
||||
Core\tools.cpp\
|
||||
Core\hashcomparer.cpp \
|
||||
commonbuttongroupwidget.cpp \
|
||||
entrywidget.cpp \
|
||||
instructorbuttongroupwidget.cpp \
|
||||
UI/resourcemanager.cpp \
|
||||
Widgets\commonbuttongroupwidget.cpp \
|
||||
Widgets\entrywidget.cpp \
|
||||
Widgets\instructorbuttongroupwidget.cpp \
|
||||
main.cpp \
|
||||
mainwindow.cpp \
|
||||
mywinheader.cpp \
|
||||
newversionwidget.cpp \
|
||||
updatenotifywidget.cpp \
|
||||
versionselectwidget.cpp
|
||||
Widgets\newversionwidget.cpp \
|
||||
Widgets\updatenotifywidget.cpp \
|
||||
Widgets\versionselectwidget.cpp
|
||||
|
||||
HEADERS += \
|
||||
Core/streamingversiondata.h \
|
||||
@@ -45,30 +46,31 @@ HEADERS += \
|
||||
Core\updatecontroller.h \
|
||||
Core\externalexecuter.h\
|
||||
Core\dataparser.h\
|
||||
Core\FileData.h\
|
||||
Core\recognizesystem.h\
|
||||
Core\screenchecker.h\
|
||||
Core\tcpclient.h\
|
||||
Core\tools.h\
|
||||
Core\hashcomparer.h \
|
||||
Datas.h \
|
||||
commonbuttongroupwidget.h \
|
||||
entrywidget.h \
|
||||
instructorbuttongroupwidget.h \
|
||||
Data\FileData.h\
|
||||
Data\Datas.h \
|
||||
UI/resourcemanager.h \
|
||||
Widgets\commonbuttongroupwidget.h \
|
||||
Widgets\entrywidget.h \
|
||||
Widgets\instructorbuttongroupwidget.h \
|
||||
mainwindow.h \
|
||||
mywinheader.h \
|
||||
newversionwidget.h \
|
||||
updatenotifywidget.h \
|
||||
versionselectwidget.h
|
||||
Widgets\newversionwidget.h \
|
||||
Widgets\updatenotifywidget.h \
|
||||
Widgets\versionselectwidget.h
|
||||
|
||||
FORMS += \
|
||||
commonbuttongroupwidget.ui \
|
||||
entrywidget.ui \
|
||||
instructorbuttongroupwidget.ui \
|
||||
Widgets\commonbuttongroupwidget.ui \
|
||||
Widgets\entrywidget.ui \
|
||||
Widgets\instructorbuttongroupwidget.ui \
|
||||
mainwindow.ui \
|
||||
newversionwidget.ui \
|
||||
updatenotifywidget.ui \
|
||||
versionselectwidget.ui
|
||||
Widgets\newversionwidget.ui \
|
||||
Widgets\updatenotifywidget.ui \
|
||||
Widgets\versionselectwidget.ui
|
||||
|
||||
TRANSLATIONS = QtLanguage_ru.ts\
|
||||
QtLanguage_eng.ts
|
||||
|
||||
Reference in New Issue
Block a user