summaryrefslogtreecommitdiffstats
path: root/rc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-07-14 15:21:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-07-16 01:19:11 +0200
commit59e7165b471d81822645822b4826f640ee5af9b5 (patch)
tree1165c9c6dec7273c7b86fcf3de818730e748963d /rc
parentff9c6cc4f72e57e59d0872c9b809ce7bbd6020e8 (diff)
downloadgtk3-tqt-engine-r14.0.13.tar.gz
gtk3-tqt-engine-r14.0.13.zip
Conversion to the cmake building system.r14.0.13r14.0.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fe56f701d772b2ffb9369bc5fcffd14a1826d770)
Diffstat (limited to 'rc')
-rw-r--r--rc/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/rc/CMakeLists.txt b/rc/CMakeLists.txt
new file mode 100644
index 0000000..d6182ff
--- /dev/null
+++ b/rc/CMakeLists.txt
@@ -0,0 +1,7 @@
+
+##### other data
+
+install(
+ FILES gtk.css
+ DESTINATION ${GTK3_PREFIX}/share/themes/tdegtk/gtk-3.0
+)