diff options
author | Mavridis Philippe <[email protected]> | 2024-03-10 21:37:49 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2024-03-10 21:37:49 +0200 |
commit | 1e1d6770409947fd00314c3810afbb23c7679fd2 (patch) | |
tree | a4d37eef2150964ee1679d386cf150e534c81700 /style/config/CMakeLists.txt | |
parent | fb37c54a9eaac86a3d8be09ee460eab0a0902d26 (diff) | |
download | tde-style-polyester-1e1d6770409947fd00314c3810afbb23c7679fd2.tar.gz tde-style-polyester-1e1d6770409947fd00314c3810afbb23c7679fd2.zip |
Port to new Style API
I still wonder how it is different from the old approach or where to find the
appropriate docs...
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'style/config/CMakeLists.txt')
-rw-r--r-- | style/config/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/style/config/CMakeLists.txt b/style/config/CMakeLists.txt index 095f5a6..b5d8768 100644 --- a/style/config/CMakeLists.txt +++ b/style/config/CMakeLists.txt @@ -27,5 +27,9 @@ tde_add_kpart(tdestyle_polyester_config configdialog.ui polyesterconf.cpp + LINK + tdecore-shared + tdeui-shared + DESTINATION ${PLUGIN_INSTALL_DIR} )
\ No newline at end of file |