summaryrefslogtreecommitdiffstats
path: root/styles/phase2/config/Makefile.am
diff options
context:
space:
mode:
authorVincent Reher <tde@4reher.org>2021-01-21 12:51:58 -0800
committerVincent Reher <tde@4reher.org>2021-01-21 12:51:58 -0800
commit714ac1f0c4ca9bcb352aa90ab11c0bd294b20c2f (patch)
tree52972183cfadca52c1ef2185fb21741e81ab0290 /styles/phase2/config/Makefile.am
parentf39f559fbfecb22bdfd46b07ba87ab832af2ae27 (diff)
downloadtdeartwork-feature/Phase2_style.tar.gz
tdeartwork-feature/Phase2_style.zip
Introduce new TDE widget style that scales with font DPI.feature/Phase2_style
Style is based on the 'phase' style which according to its author David Johnson, is "abandonware" (per 2020-09-24 email to Author). This initial commit is based on code developed <= 2020-07-20 and has been tested and actively used on Author's systems to date. Signed-off-by: Vincent Reher <tde@4reher.org>
Diffstat (limited to 'styles/phase2/config/Makefile.am')
-rw-r--r--styles/phase2/config/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/styles/phase2/config/Makefile.am b/styles/phase2/config/Makefile.am
new file mode 100644
index 00000000..ff5b16b1
--- /dev/null
+++ b/styles/phase2/config/Makefile.am
@@ -0,0 +1,12 @@
+INCLUDES = $(all_includes)
+
+noinst_HEADERS = phase2styleconfig.h
+
+kde_module_LTLIBRARIES = tdestyle_phase2_config.la
+tdestyle_phase_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
+tdestyle_phase_config_la_LIBADD = $(LIB_TDEUI)
+tdestyle_phase_config_la_SOURCES = phases2tyleconfig.cpp styledialog.ui
+tdestyle_phase_config_la_METASOURCES = AUTO
+
+messages: rc.cpp
+ $(XGETTEXT) *.cpp *.h -o $(podir)/tdestyle_phase2_config.pot