mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 14:33:08 +00:00
16 lines
395 B
Text
16 lines
395 B
Text
|
|
|
||
|
|
set(applicationlistmodeltest_SRCS
|
||
|
|
main.cpp
|
||
|
|
modeltest.cpp
|
||
|
|
../applicationlistmodel.cpp
|
||
|
|
)
|
||
|
|
|
||
|
|
add_executable(applicationlistmodeltest ${applicationlistmodeltest_SRCS})
|
||
|
|
target_link_libraries(applicationlistmodeltest
|
||
|
|
Qt5::Core
|
||
|
|
Qt5::Test
|
||
|
|
Qt5::Widgets
|
||
|
|
KF5::Service
|
||
|
|
)
|
||
|
|
|