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:
parent
e45490eb93
commit
a5b9c3f51e
1 changed files with 2 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue