📄 makefile.am
字号:
# Automake source file for KPlainText Partif KONQ_EMBEDDEDembedded_inc = -I$(srcdir)/../../dropin -I$(srcdir)/../../kdesrc \ -I$(srcdir)/../../kdesrc/kdecorekplaintext_emb = libkplaintext_e.lakplaintext_kde =elseembedded_inc =kplaintext_emb =kplaintext_kde = libkplaintextpart.laendif# set the include path for X, qt and KDEINCLUDES = $(embedded_inc) $(all_includes)# these are the headers for your projectnoinst_HEADERS = kplaintext_part.h# let automoc handle all of the meta source files (moc)METASOURCES = AUTOmessages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kplaintext.potKDE_ICON = kplaintext########################################################################## KPART SECTION########################################################################## Full Desktop versionkde_module_LTLIBRARIES = $(kplaintext_kde)libkplaintextpart_la_SOURCES = kplaintext_part.cpplibkplaintextpart_la_LDFLAGS = -module $(KDE_PLUGIN)libkplaintextpart_la_LIBADD = $(LIB_KPARTS) $(all_libraries)# Embedded versionnoinst_LTLIBRARIES = $(kplaintext_emb)libkplaintext_e_la_SOURCES = kplaintext_part.cpp# this is where the desktop file will go partdesktopdir = $(kde_servicesdir)partdesktop_DATA = kplaintextpart.desktop# this is where the part's XML-GUI resource file goespartrcdir = $(kde_datadir)/kplaintextpartpartrc_DATA = kplaintextpart.rc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -