KDroid Code
                
                Brought to you by:
                
                    kn3cht
                    
                
            
            
        
        
        
    | File | Date | Author | Commit | 
|---|---|---|---|
| doc | 2011-05-02 | kn3cht | [r1] import | 
| icons | 2011-05-02 | kn3cht | [r1] import | 
| src | 2011-05-07 | kn3cht | [r6] added xmlexport | 
| CMakeLists.txt | 2011-05-02 | kn3cht | [r1] import | 
| README | 2011-05-02 | kn3cht | [r1] import | 
How To Build This -=-=-=-=-=-=-=-=- mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=Debug .. <- do not forget the .. make make install or su -c 'make install' where $KDEDIRS points to your KDE installation prefix. to uninstall: make uninstall or su -c 'make uninstall'