~neon/kdeplasma-addons/trunk

« back to all changes in this revision

Viewing changes to applets/konqprofiles/CMakeLists.txt

  • Committer: asouza
  • Date: 2011-02-01 19:41:58 UTC
  • Revision ID: svn-v4:283d02a7-25f6-0310-bc7c-ecb5cbfe19da:trunk/KDE/kdeplasma-addons:1218275
Move kdeplasma-addons to git

- You can find information about the project in the link below:

https://projects.kde.org/projects/kde/kdeplasma-addons/repository

- And you can clone the repository using:

git clone git://anongit.kde.org/kdeplasma-addons


Thanks eean and all the sysadmins for the help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project(konqprofilesapplet)
2
 
 
3
 
 
4
 
set(konqprofilesapplet_SRCS
5
 
    konqprofilesapplet.cpp)
6
 
 
7
 
kde4_add_plugin(plasma_applet_konqprofiles ${konqprofilesapplet_SRCS})
8
 
target_link_libraries(plasma_applet_konqprofiles ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
9
 
 
10
 
install(TARGETS plasma_applet_konqprofiles DESTINATION ${PLUGIN_INSTALL_DIR})
11
 
install(FILES plasma-applet-konqprofiles.desktop DESTINATION ${SERVICES_INSTALL_DIR})