mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
libs: plasmagenericshell tests build fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
06a7d81327
commit
6731d94aa5
1 changed files with 5 additions and 6 deletions
|
@ -6,12 +6,11 @@ include_directories(
|
|||
add_definitions(-DPLASMAGENERICSHELL_EXPORT=)
|
||||
|
||||
set(appletexplorer_SRCS
|
||||
../widgetsexplorer/kcategorizeditemsviewmodels.cpp
|
||||
../widgetsexplorer/plasmaappletitemmodel.cpp
|
||||
../widgetsexplorer/widgetexplorer.cpp
|
||||
../widgetsexplorer/openwidgetassistant.cpp
|
||||
main.cpp
|
||||
)
|
||||
../widgetsexplorer/kcategorizeditemsviewmodels.cpp
|
||||
../widgetsexplorer/plasmaappletitemmodel.cpp
|
||||
../widgetsexplorer/widgetexplorer.cpp
|
||||
main.cpp
|
||||
)
|
||||
add_executable(plasmaappletexplorer ${appletexplorer_SRCS})
|
||||
target_link_libraries(plasmaappletexplorer
|
||||
${KDE4_PLASMA_LIBS}
|
||||
|
|
Loading…
Add table
Reference in a new issue