makefile.am

来自「konqueror3 embedded版本, KDE环境下的当家浏览器的嵌入式版」· AM 代码 · 共 49 行

AM
49
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?