mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
cmake qt5: no need for custom command if AUTOMOC?
This commit is contained in:
parent
17aacae8d3
commit
f94a98b9c6
1 changed files with 0 additions and 6 deletions
|
@ -232,12 +232,6 @@ if(NOT Qt5_FOUND)
|
||||||
endif(NOT Qt5_FOUND)
|
endif(NOT Qt5_FOUND)
|
||||||
if (Qt5_FOUND)
|
if (Qt5_FOUND)
|
||||||
message("Qt5 library found, building gui :)")
|
message("Qt5 library found, building gui :)")
|
||||||
|
|
||||||
add_custom_command(OUTPUT src/proxguiqt.moc.cpp
|
|
||||||
COMMAND "$(MOC) -o src/proxguiqt.moc.cpp proxguiqt.h"
|
|
||||||
COMMENT "Creating src/proxguiqt.moc.cpp"
|
|
||||||
)
|
|
||||||
|
|
||||||
set (TARGET_SOURCES
|
set (TARGET_SOURCES
|
||||||
src/proxgui.cpp
|
src/proxgui.cpp
|
||||||
src/proxguiqt.cpp
|
src/proxguiqt.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue