summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-08 15:03:06 +0200
committergregory guy <gregory-tde@laposte.net>2019-10-09 17:52:02 +0200
commitfb06c8d339b27d7c8a8ef4a72d84570e9469b0d2 (patch)
tree2cbd99b69678b9fb3cdf36760cb556a1593e49e0 /src
parent8084f12a8d26db346821b9f39025e9b258fa031f (diff)
downloadkbookreader-fb06c8d339b27d7c8a8ef4a72d84570e9469b0d2.tar.gz
kbookreader-fb06c8d339b27d7c8a8ef4a72d84570e9469b0d2.zip
Drop automake build support.
Add basic cmake build instructions. Add description in README. Deleted empty files: NEWS, templates/cpp, templates/h. Deleted obsolete file: bookreader.spec . Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 652db77..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,47 +0,0 @@
-## Makefile.am for bookreader
-
-# this is the program that gets installed. it's name is used for all
-# of the other Makefile.am variables
-bin_PROGRAMS = bookreader bookreader_client
-
-# set the include path for X, qt and KDE
-INCLUDES = $(all_includes)
-
-# the library search path.
-bookreader_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-# the libraries to link against.
-bookreader_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT)
-
-# which sources should be compiled for bookreader
-bookreader_SOURCES = main.cpp bookreader.cpp bookreaderiface.skel \
- bookwidget.cpp theme.cpp settings.kcfgc settingsdlg.ui renderer.cpp bookmark.cpp \
- bookmarksdlg.cpp
-
-# these are the headers for your project
-noinst_HEADERS = bookreader.h bookwidget.h theme.h renderer.h bookmark.h \
- bookmarksdlg.h
-
-# client stuff
-bookreader_client_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-bookreader_client_LDADD = $(LIB_TDECORE)
-bookreader_client_SOURCES = bookreader_client.cpp
-
-kde_kcfg_DATA = bookreader.kcfg
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-messages: rc.cpp
- $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/bookreader.pot
-
-KDE_ICON = AUTO
-
-# this is where the kdelnk file will go
-kdelnkdir = $(kde_appsdir)/Office
-kdelnk_DATA = bookreader.desktop
-
-# this is where the XML-GUI resource file goes
-rcdir = $(kde_datadir)/bookreader
-rc_DATA = bookreaderui.rc