📄 makefile.am
字号:
SUBDIRS = flashlibKDE_OPTIONS = qtonlyif KONQ_EMBEDDEDembedded_inc = -I$(srcdir)/../../dropin -I$(srcdir)/../../kdesrc \ -I$(srcdir)/../../kdesrc/kdecore -I$(srcdir)/../../kdesrc/khtmlkflash_bin =kflash_emb = libkflash_e.lakflash_kde =elseembedded_inc =kflash_bin = kflashplaykflash_emb =kflash_kde = libkflash.laendifINCLUDES = $(embedded_inc) $(all_includes)# let automoc handle all of the meta source files (moc)METASOURCES = AUTO#mimedatadir = $(kde_mimedir)/application#mimedata_DATA = x-shockwave-flash.desktop x-futuresplash.desktopmessages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kflashpart.pot# *** The Player ***bin_PROGRAMS = $(kflash_bin)kflashplay_SOURCES = main.cpp kflashplay.cppkflashplay_LDFLAGS = $(KDE_RPATH)kflashplay_LDADD = $(LIB_KPARTS) $(all_libraries) # this is where the desktop file will goshelldesktopdir = $(kde_appsdir)/Utilitiesshelldesktop_DATA = kflashplay.desktop # this is where the shell's XML-GUI resource file goesshellrcdir = $(kde_datadir)/kflashplayshellrc_DATA = kflashplay.rc# *** The Part ***# Full Desktop versionkde_module_LTLIBRARIES = $(kflash_kde)libkflash_la_SOURCES = kflashpart.cpplibkflash_la_LDFLAGS = -module $(KDE_PLUGIN)libkflash_la_LIBADD = $(LIB_KHTML) $(LIB_KPARTS) flashlib/libflash.la $(all_libraries)libkflash_la_DEPENDENCIES = flashlib/libflash.la# Embedded versionnoinst_LTLIBRARIES = $(kflash_emb)libkflash_e_la_SOURCES = kflashpart.cpplibkflash_e_la_LIBADD = flashlib/libflash.lalibkflash_e_la_DEPENDENCIES = flashlib/libflash.la# this is where the part's XML-GUI resource file goespartrcdir = $(kde_datadir)/kflashplaypartrc_DATA = kflashpart.rc# the part's desktop filedesktopdir = $(kde_servicesdir)desktop_DATA = kflashpart.desktop
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -