I'm trying to create CMakeLists.txt file for KDE4/Qt4 project. In this project currently there is included one *.pri file which creates independent library. I would like to include that library into my CMakeLists.txt. I don't have any idea how to do this... Currently my *.pro file looks like below:I'm trying to create CMakeLists.txt file for KD