no message
parent
0a5032e239
commit
d13b4ccf32
|
@ -46,6 +46,7 @@ set (UIS
|
|||
)
|
||||
|
||||
QT5_WRAP_CPP(MOC ${SOURCES} ) # moc预编译代码
|
||||
QT5_WRAP_CPP(MOCHEADER ${HEADERS} ) # moc预编译代码
|
||||
QT5_ADD_RESOURCES(RCC ${RESOURCES}) # rcc生成资源cpp
|
||||
QT5_WRAP_UI(UIC ${UIS}) # uic生成ui_x.h
|
||||
|
||||
|
@ -79,4 +80,3 @@ target_compile_definitions(protoDebuger
|
|||
|
||||
target_link_libraries(protoDebuger
|
||||
PRIVATE Qt5::Core Qt5::Quick Qt5::Widgets) # 指定引入的QT功能,和qmake .pro 文件中的QT+= XXX类似
|
||||
|
||||
|
|
Loading…
Reference in New Issue