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>
pull/92/head
aneejit1 4 years ago
parent 2c6417b8d6
commit 324a2b9f34

@ -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@",

@ -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("Qt plugins"),
"tqtplugins", I18N_NOOP("TQt plugins"),
"services", I18N_NOOP("Services"),
"servicetypes", I18N_NOOP("Service types"),
"sound", I18N_NOOP("Application sounds"),
@ -243,7 +243,7 @@ int main(int argc, char **argv)
"icon", "@kde_icondir@",
"lib", "@libdir@",
"module", "@kde_moduledir@",
"qtplugins", "@kde_moduledir@/plugins",
"tqtplugins", "@kde_moduledir@/plugins",
"locale", "@kde_locale@",
"mime", "@kde_mimedir@",
"services", "@kde_servicesdir@",

Loading…
Cancel
Save