5 lines
97 B
CMake
5 lines
97 B
CMake
find_package(PIP)
|
|
if (PIP_FOUND)
|
|
qad_library(virtual_keyboard "Gui;Widgets" "qad_piqt")
|
|
endif()
|