This commit is contained in:
Hane 2023-01-26 19:42:18 +01:00
commit cd2d0b5da8
7 changed files with 307 additions and 0 deletions

7
qtest.pro Normal file
View file

@ -0,0 +1,7 @@
QT += widgets
INCLUDEPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back"
DESTPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back"
VPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back"
SOURCES += qtestmain.cpp mainwindow.cpp
HEADERS += mainwindow.h
#DESTDIR += "build"