mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fead: load without animation
This commit is contained in:
@@ -17,6 +17,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
SOURCES += \
|
||||
Core/sendsystem.cpp \
|
||||
Core\updatecontroller.cpp \
|
||||
Core\externalexecuter.cpp\
|
||||
Core\dataparser.cpp\
|
||||
@@ -24,10 +25,13 @@ SOURCES += \
|
||||
Core\screenchecker.cpp\
|
||||
Core\tcpclient.cpp\
|
||||
Core\tools.cpp\
|
||||
Core\hashcomparer.cpp \
|
||||
main.cpp \
|
||||
mainwindow.cpp
|
||||
mainwindow.cpp \
|
||||
updatenotifywidget.cpp
|
||||
|
||||
HEADERS += \
|
||||
Core\sendsystem.h \
|
||||
Core\updatecontroller.h \
|
||||
Core\externalexecuter.h\
|
||||
Core\dataparser.h\
|
||||
@@ -36,11 +40,14 @@ HEADERS += \
|
||||
Core\screenchecker.h\
|
||||
Core\tcpclient.h\
|
||||
Core\tools.h\
|
||||
Core\hashcomparer.h \
|
||||
Datas.h \
|
||||
mainwindow.h
|
||||
mainwindow.h \
|
||||
updatenotifywidget.h
|
||||
|
||||
FORMS += \
|
||||
mainwindow.ui
|
||||
mainwindow.ui \
|
||||
updatenotifywidget.ui
|
||||
|
||||
TRANSLATIONS = QtLanguage_ru.ts\
|
||||
QtLanguage_eng.ts
|
||||
|
||||
Reference in New Issue
Block a user