Fix library loading

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/3/head
Mavridis Philippe 3 months ago
parent 69623f0cdd
commit fb37c54a9e
No known key found for this signature in database
GPG Key ID: 93F66F98F906147D

@ -38,5 +38,11 @@ tde_add_kpart(twin_polyester
DESTINATION ${PLUGIN_INSTALL_DIR}
)
### other data #################################################################
install(
FILES polyester.desktop
DESTINATION ${DATA_INSTALL_DIR}/twin
)
### configuration module #######################################################
add_subdirectory(config)

@ -2,4 +2,4 @@
[Desktop Entry]
Encoding=UTF-8
Name=Polyester
X-TDE-Library=twin3_polyester
X-TDE-Library=twin_polyester

@ -1,6 +1,6 @@
[Misc]
Name=Polyester
ConfigPage=kstyle_polyester_config
ConfigPage=tdestyle_polyester_config
Comment=An almost simple and clean style
[KDE]

Loading…
Cancel
Save