70b545a964
It's really only a test, not supposed to be installed.
8 lines
118 B
CMake
8 lines
118 B
CMake
add_executable(dpitest
|
|
main.cpp
|
|
dpitest.cpp
|
|
)
|
|
|
|
target_link_libraries(dpitest KF5::Plasma KF5::I18n Qt5::Gui)
|
|
|