diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-04 12:21:51 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-04 12:21:51 +0200 |
commit | 935ad6b02c47a74d94dc5afd5ca2795cbd9f7c75 (patch) | |
tree | 5e53702d007fde3cefc2e9c68e4f3abf29a79d1d /libgroupview/CMakeLists.txt | |
parent | 0adf1828b047699b9d15e2abf08a1ae0b89da73b (diff) | |
download | PrismLauncher-935ad6b02c47a74d94dc5afd5ca2795cbd9f7c75.tar.gz PrismLauncher-935ad6b02c47a74d94dc5afd5ca2795cbd9f7c75.tar.bz2 PrismLauncher-935ad6b02c47a74d94dc5afd5ca2795cbd9f7c75.zip |
Fix KDE includes problem
Diffstat (limited to 'libgroupview/CMakeLists.txt')
-rw-r--r-- | libgroupview/CMakeLists.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libgroupview/CMakeLists.txt b/libgroupview/CMakeLists.txt index c53988a0..d60d914a 100644 --- a/libgroupview/CMakeLists.txt +++ b/libgroupview/CMakeLists.txt @@ -13,19 +13,19 @@ SET(LIBGROUPVIEW_HEADERS include/libgroupview_config.h # Public headers -include/kcategorizedsortfilterproxymodel.h -include/kcategorizedview.h -include/kcategorydrawer.h +include/categorizedsortfilterproxymodel.h +include/categorizedview.h +include/categorydrawer.h # Private headers -src/kcategorizedsortfilterproxymodel_p.h -src/kcategorizedview_p.h +src/categorizedsortfilterproxymodel_p.h +src/categorizedview_p.h ) SET(LIBGROUPVIEW_SOURCES -src/kcategorizedsortfilterproxymodel.cpp -src/kcategorizedview.cpp -src/kcategorydrawer.cpp +src/categorizedsortfilterproxymodel.cpp +src/categorizedview.cpp +src/categorydrawer.cpp ) # Set the include dir path. |