to da
This commit is contained in:
commit
cd2d0b5da8
7 changed files with 307 additions and 0 deletions
7
qtest.pro
Normal file
7
qtest.pro
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue