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