Skip to content
Dhaby Xiloj edited this page Feb 7, 2017 · 2 revisions

Development

After you clone this project you can use syntax highlight editor that you prefer, like kate, atom, kwrite and others, and test using the launch.sh script.

Configuring QT Creator

Simple steps to configuring your QtCreator IDE:

  1. Open plasma-simpleMonitor project and select Desktop Qt version that you have installed on your system.
  2. Switch to Projects mode
    1. On Build Settings:
      1. Remove all possible build configurations
      2. Remove all Build and Clean Steps for prevent problems Build Settings
    2. On Run Settings
      1. Add Custom Executable configuration to Run Configuration. Custom Executable
      2. Configure these settings:
        1. Executable: plasmoidviewer
        2. Command line arguments: -f planar -a plasmoid/
        3. Working directory: %{sourceDir}
      3. Remove plasma-simpleMonitor from Run Configurtion Run Settings
  3. Enjoy!
Clone this wiki locally