From a1093ee4e14448727fa256855c92ad6b2c750daf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 29 Nov 2014 01:45:36 -0600 Subject: [PATCH] Fix theme installation --- themes/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/CMakeLists.txt b/themes/CMakeLists.txt index 0d9ce9b..27518b6 100644 --- a/themes/CMakeLists.txt +++ b/themes/CMakeLists.txt @@ -1,4 +1,4 @@ -install(FILES Agua.qtcurve Agua_II.qtcurve Curve.qtcurve Flat.qtcurve Human.qtcurve Inverted.qtcurve - Klearlooks.qtcurve Milk.qtcurve Murrine.qtcurve Ozone.qtcurve Plastic.qtcurve Silk.qtcurve +install(FILES Agua.qtcurve Agua_II.qtcurve Breeze.qtcurve Curve.qtcurve Dull_Glass.qtcurve Eva_Rounded.qtcurve Flat.qtcurve Human.qtcurve Inverted.qtcurve + Klearlooks.qtcurve Milk.qtcurve Murrine.qtcurve Ozone.qtcurve Plain.qtcurve Plastic.qtcurve Shiny_Glass.qtcurve Silk.qtcurve DESTINATION ${DATA_INSTALL_DIR}/QtCurve)