diff options
author | gregory guy <[email protected]> | 2020-03-15 16:04:21 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-03-15 16:28:52 +0100 |
commit | f6ab2e36b3600d63a29216332e073922c27878cd (patch) | |
tree | 43a9f9e0c0c03c40a88e96567dd9fb4c4c800f7e /src/mplayerthumbsconfig | |
parent | 481c243500d226b3b8233c88c8b44ab2eef9e1c4 (diff) | |
download | mplayerthumbs-f6ab2e36b3600d63a29216332e073922c27878cd.tar.gz mplayerthumbs-f6ab2e36b3600d63a29216332e073922c27878cd.zip |
Drop automake build support.
Delete empty file TODO.
Add basic cmake build instructions.
Rewrite of the README file.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/mplayerthumbsconfig')
-rw-r--r-- | src/mplayerthumbsconfig/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mplayerthumbsconfig/Makefile.am b/src/mplayerthumbsconfig/Makefile.am deleted file mode 100644 index d567719..0000000 --- a/src/mplayerthumbsconfig/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -INCLUDES = -I$(top_builddir)/src $(all_includes) -METASOURCES = AUTO - -messages: rc.cpp - $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/videopreview.pot -bin_PROGRAMS = mplayerthumbsconfig -mplayerthumbsconfig_LDFLAGS = $(KDE_RPATH) $(all_libraries) -mplayerthumbsconfig_SOURCES = main.cpp mplayerthumbscfg.cpp -noinst_HEADERS = mplayerthumbscfg.h -mplayerthumbsconfig_LDADD = $(top_builddir)/src/videopreview.la $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) |