Upload to git

This commit is contained in:
Dmitry Rudakov
2026-06-05 22:19:50 +05:00
commit b6337e6015
7 changed files with 1010 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
########
MOCK_LIB=../../../../mocks_library
########
QT += core gui widgets
CONFIG += c++20
SOURCES += \
main.cpp \
mainwindow.cpp
HEADERS += \
algo.h \
mainwindow.h \
model.h
FORMS += \
mainwindow.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target