handler for RPL_WHOISACCOUNT(330), fixes #210
[quassel.git] / dev-notes / README.kdevelop
1 The Quassel.kdevelop file is a copy of my project file for Quassel. You can use this
2 as a starting point for your KDevelop project after doing the following:
3
4 1) Copy the file into quassel's root directory
5 2) Search/Replace all occurrences of PROJECT_ROOT with the absolute path of that directory
6
7 Unfortunately, KDevelop does not allow relative paths...