mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
added QT5 X11 check
Former-commit-id: ff7ff4f353381409efbdfcf346b6a4817f7dc7e1
This commit is contained in:
parent
defe217c89
commit
5a69b4e6a2
@ -64,4 +64,8 @@ if(ENABLE_X11)
|
|||||||
|
|
||||||
add_executable(test_x11performance TestX11Performance.cpp)
|
add_executable(test_x11performance TestX11Performance.cpp)
|
||||||
target_link_libraries(test_x11performance ${X11_LIBRARIES} ${QT_LIBRARIES})
|
target_link_libraries(test_x11performance ${X11_LIBRARIES} ${QT_LIBRARIES})
|
||||||
|
if(ENABLE_QT5)
|
||||||
|
qt5_use_modules(test_x11performance Widgets)
|
||||||
|
endif(ENABLE_QT5)
|
||||||
|
|
||||||
endif(ENABLE_X11)
|
endif(ENABLE_X11)
|
||||||
|
Loading…
Reference in New Issue
Block a user