You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
599 B
13 lines
599 B
QT += core gui |
|
|
|
SOURCES += main.cpp mainwindow.cpp menu1.cpp menu2.cpp menu3.cpp menu4.cpp menu5.cpp menu5_1.cpp menu6.cpp usbcontrol.cpp usbthread.cpp datathread.cpp multipoint.cpp idpath.cpp player.cpp passwd.cpp devicelist.cpp |
|
|
|
HEADERS += mainwindow.h menu1.h menu2.h menu3.h menu4.h menu5.h menu5_1.h menu6.h usbcontrol.h usbthread.h datathread.h multipoint.h idpath.h player.h passwd.h devicelist.h |
|
|
|
HEADERS += mainwindow.ui menu1.ui menu2.ui menu3.ui menu4.ui menu5.ui menu5_1.ui menu6.ui idpath.ui player.ui passwd.ui devicelist.ui |
|
|
|
|
|
TARGET = zxrcClient |
|
TEMPLATE = app |
|
|
|
CONFIG += c++11
|
|
|