Advertisement
Guest User

KF5 mouse actions

a guest
Sep 10th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. Linking to https://www.kubuntuforums.net/showthread.php?59851-KDE-Application-Launchers
  2.  
  3. $ mkdir -p builddir
  4.  
  5. $ cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
  6. -- The C compiler identification is GNU 5.2.1
  7. -- The CXX compiler identification is GNU 5.2.1
  8. -- Check for working C compiler: /usr/bin/cc
  9. -- Check for working C compiler: /usr/bin/cc -- works
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Detecting C compile features
  13. -- Detecting C compile features - done
  14. -- Check for working CXX compiler: /usr/bin/c++
  15. -- Check for working CXX compiler: /usr/bin/c++ -- works
  16. -- Detecting CXX compiler ABI info
  17. -- Detecting CXX compiler ABI info - done
  18. -- Detecting CXX compile features
  19. -- Detecting CXX compile features - done
  20. -- Found KF5Plasma: /usr/lib/x86_64-linux-gnu/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version "5.13.0")
  21. -- Found Gettext: /usr/bin/msgmerge (found version "0.19.4")
  22. -- Found PythonInterp: /usr/bin/python (found version "2.7.10")
  23. -- Found KF5KDELibs4Support: /usr/lib/x86_64-linux-gnu/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake (found version "5.13.0")
  24. -- Found KF5: success (found version "5.13.0") found components: Plasma KDELibs4Support
  25. -- Looking for __GLIBC__
  26. -- Looking for __GLIBC__ - found
  27. -- Performing Test _OFFT_IS_64BIT
  28. -- Performing Test _OFFT_IS_64BIT - Success
  29. -- Configuring done
  30. -- Generating done
  31. -- Build files have been written to: /home/wile/Tmp/plasma-containmentactions-customdesktopmenu/builddir
  32.  
  33.  
  34. $ sudo make install
  35. [sudo] password for wile:
  36. Scanning dependencies of target plasma_containmentactions_customdesktopmenu_automoc
  37. [ 25%] Generating plasma-containmentactions-customdesktopmenu.json
  38. Generated /home/wile/Tmp/plasma-containmentactions-customdesktopmenu/builddir/plasma-containmentactions-customdesktopmenu.json
  39. [ 50%] Automatic moc for target plasma_containmentactions_customdesktopmenu
  40. Generating customdesktopmenu.moc
  41. Generating moc_customdesktopmenu.cpp
  42. [ 50%] Built target plasma_containmentactions_customdesktopmenu_automoc
  43. Scanning dependencies of target plasma_containmentactions_customdesktopmenu
  44. [ 75%] Building CXX object CMakeFiles/plasma_containmentactions_customdesktopmenu.dir/customdesktopmenu.cpp.o
  45. [100%] Building CXX object CMakeFiles/plasma_containmentactions_customdesktopmenu.dir/plasma_containmentactions_customdesktopmenu_automoc.cpp.o
  46. Linking CXX shared module plasma_containmentactions_customdesktopmenu.so
  47. [100%] Built target plasma_containmentactions_customdesktopmenu
  48. Install the project...
  49. -- Install configuration: "Release"
  50. -- Installing: /usr/lib/x86_64-linux-gnu/qt5/plugins/plasma_containmentactions_customdesktopmenu.so
  51. -- Installing: /usr/share/kservices5/plasma-containmentactions-customdesktopmenu.desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement