diff options
author | Mavridis Philippe <[email protected]> | 2024-03-10 18:36:50 +0200 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2024-03-28 15:13:46 +0000 |
commit | bf94b5f4d80f9bdcc70d929664d935b56c324c85 (patch) | |
tree | 9e52bc5d5853c9959d8f16060f394588e2138f0d /src/CMakeLists.txt | |
parent | bb0a8ec627425405bae2c4289c14ef12ca525e86 (diff) | |
download | tde-style-ia-ora-bf94b5f4d80f9bdcc70d929664d935b56c324c85.tar.gz tde-style-ia-ora-bf94b5f4d80f9bdcc70d929664d935b56c324c85.zip |
Added GTK+2.0 engine
Ia Ora was created by Mandriva so that Qt and GTK applications could have a uniform
look. It only seems fair to include the GTK style with the TDE style.
Source: https://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/SRPMS/core/release/ia_ora-gnome-1.0.25-12.mga9.src.rpm
Licence: GNU GPL v2 or later
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fcca24d..af31fb6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,2 +1,3 @@ add_subdirectory( widget ) add_subdirectory( twin ) +tde_conditional_add_subdirectory( BUILD_GTK_ENGINE gtk ) |