mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 02:05:54 +00:00
9 lines
369 B
CMake
9 lines
369 B
CMake
set(interactiveconsole_SRCS
|
|
interactiveconsole.cpp
|
|
main.cpp
|
|
)
|
|
|
|
add_executable(plasma-interactiveconsole ${interactiveconsole_SRCS})
|
|
target_link_libraries(plasma-interactiveconsole Qt::Widgets Qt::DBus KF5::KIOCore KF5::WidgetsAddons KF5::ConfigWidgets KF5::TextEditor KF5::Package)
|
|
install(TARGETS plasma-interactiveconsole ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
|