Remove qt_system target we dont need it or use it (#3418)

* Remove qt_system target we dont need it or use it

* cmake format sanitization
This commit is contained in:
Russel Waters 2021-08-06 12:43:39 -07:00 committed by GitHub
commit a5b9c3f51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -685,13 +685,9 @@ if(NANO_GUI OR RAIBLOCKS_GUI)
SUFFIX ".com")
endif()
add_executable(qt_system nano/qt_system/entry.cpp)
target_link_libraries(qt_system qt node Qt5::Gui Qt5::Widgets)
set_target_properties(
qt nano_wallet qt_system
PROPERTIES COMPILE_FLAGS "-DQT_NO_KEYWORDS -DBOOST_ASIO_HAS_STD_ARRAY=1")
qt nano_wallet PROPERTIES COMPILE_FLAGS
"-DQT_NO_KEYWORDS -DBOOST_ASIO_HAS_STD_ARRAY=1")
if(NANO_TEST OR RAIBLOCKS_TEST)
add_executable(qt_test nano/qt_test/entry.cpp nano/qt_test/qt.cpp)