summaryrefslogtreecommitdiffstats
path: root/tdecore/tde-config.cpp.cmake
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-23 20:27:18 +0000
committeraneejit1 <aneejit1@gmail.com>2020-06-23 20:32:19 +0000
commit324a2b9f345b55b94ed94f4ddbd8c1d8901d9477 (patch)
tree1d1f71a17a76f4869b06daebbddcbdcd3ae31e61 /tdecore/tde-config.cpp.cmake
parent2c6417b8d699e9928f83472fdbb8e36769654633 (diff)
downloadtdelibs-324a2b9f345b55b94ed94f4ddbd8c1d8901d9477.tar.gz
tdelibs-324a2b9f345b55b94ed94f4ddbd8c1d8901d9477.zip
Rename tde-config option 'qtplugins' to 'tqtplugins'
FindTDE.cmake was amended to pass an option of 'tqtplugins' to the tde-config command. The tde-config command is now modified to accept that parameter in place of 'qtplugins'. Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'tdecore/tde-config.cpp.cmake')
-rw-r--r--tdecore/tde-config.cpp.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tde-config.cpp.cmake b/tdecore/tde-config.cpp.cmake
index e200f80f4..533508252 100644
--- a/tdecore/tde-config.cpp.cmake
+++ b/tdecore/tde-config.cpp.cmake
@@ -179,7 +179,7 @@ int main(int argc, char **argv)
"locale", I18N_NOOP("Translation files for TDELocale"),
"mime", I18N_NOOP("Mime types"),
"module", I18N_NOOP("Loadable modules"),
- "qtplugins", I18N_NOOP("TQt plugins"),
+ "tqtplugins", I18N_NOOP("TQt plugins"),
"services", I18N_NOOP("Services"),
"servicetypes", I18N_NOOP("Service types"),
"sound", I18N_NOOP("Application sounds"),
@@ -244,7 +244,7 @@ int main(int argc, char **argv)
"icon", "@ICON_INSTALL_DIR@",
"lib", "@LIB_INSTALL_DIR@",
"module", "@PLUGIN_INSTALL_DIR@",
- "qtplugins", "@PLUGIN_INSTALL_DIR@/plugins",
+ "tqtplugins", "@PLUGIN_INSTALL_DIR@/plugins",
"locale", "@LOCALE_INSTALL_DIR@",
"mime", "@MIME_INSTALL_DIR@",
"services", "@SERVICES_INSTALL_DIR@",