SVN_SILENT: dunno why i committed this in the first place, probably just missed it in the import

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=730442
This commit is contained in:
Aaron J. Seigo 2007-10-28 19:59:40 +00:00
parent 36877e4e94
commit e2f8093c2e

View File

@ -1,26 +0,0 @@
project(PlasmaAppletBrowser)
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} ${PLASMA_INCLUDE_DIR})
set(
plasma_appletbrowser_SRCS
main.cpp
kcategorizeditemsview.cpp
kcategorizeditemsviewmodels.cpp
kcategorizeditemsviewdelegate.cpp
appletbrowserwindow.cpp
plasmaappletitemmodel.cpp
)
kde4_add_ui_files(
plasma_appletbrowser_SRCS
kcategorizeditemsviewbase.ui
appletbrowserwindowbase.ui
)
kde4_add_executable(plasmaappletbrowser ${plasma_appletbrowser_SRCS})
target_link_libraries(plasmaappletbrowser ${KDE4_KDEUI_LIBS} ${PLASMA_LIBS})
########### install applicaiton ###############
install(TARGETS plasmaappletbrowser DESTINATION ${BIN_INSTALL_DIR} )