no message

master
zcy 2021-04-05 02:37:47 +08:00
parent 0a5032e239
commit d13b4ccf32
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,7 @@ set (UIS
)
QT5_WRAP_CPP(MOC ${SOURCES} ) # moc
QT5_WRAP_CPP(MOCHEADER ${HEADERS} ) # moc
QT5_ADD_RESOURCES(RCC ${RESOURCES}) # rcccpp
QT5_WRAP_UI(UIC ${UIS}) # uicui_x.h
@ -79,4 +80,3 @@ target_compile_definitions(protoDebuger
target_link_libraries(protoDebuger
PRIVATE Qt5::Core Qt5::Quick Qt5::Widgets) # QTqmake .pro QT+= XXX