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)
|
||
|
|