📄 makefile.am
字号:
# set the include path for X, qt and KDEINCLUDES = $(all_includes)# these are the headers for your projectnoinst_HEADERS = ksensors.h aboutcfgdesign.h \ cpupanel.h cputimepanel.h generalcfgdesign.h generalcfg.h \ hdsensorslist.h i8ksensorslist.h infopanels.h ksensorscfg.h \ ksensors.h ksensorssplash.h lmsensordockpanel.h lmsensor.h \ lmsensorpanel.h lmsensorsalarms.h lmsensorscfgdesign.h \ lmsensorscfg.h lmsensorschip.h lmsensorsdock.h lmsensors.h \ lmsensorswidget.h palettecfgdesign.h palettecfg.h panel.h \ panelsgroup.h processexec.h procinfo.h qbarmeter.h \ qdialarc.h qlcddraw.h qlcdstring.h rampanel.h sensor.h \ sensorslist.h systemcfgdesign.h systemcfg.h uptimepanel.h# let automoc handle all of the meta source files (moc)METASOURCES = AUTOmessages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/ksensors.pot########################################################################## APPLICATION SECTION########################################################################## this is the program that gets installed. it's name is used for all# of the other Makefile.am variablesbin_PROGRAMS = ksensors# the application source, library search path, and link librariesksensors_SOURCES = main.cpp ksensors.cpp aboutcfgdesign.ui \ cpupanel.cpp cputimepanel.cpp generalcfg.cpp \ generalcfgdesign.ui hdsensorslist.cpp i8ksensorslist.cpp \ infopanels.cpp ksensorscfg.cpp \ ksensorssplash.cpp lmsensor.cpp lmsensordockpanel.cpp \ lmsensorpanel.cpp lmsensorsalarms.cpp lmsensorscfg.cpp \ lmsensorscfgdesign.ui lmsensorschip.cpp lmsensors.cpp \ lmsensorsdock.cpp lmsensorswidget.cpp palettecfg.cpp \ palettecfgdesign.ui panel.cpp panelsgroup.cpp \ processexec.cpp procinfo.cpp qbarmeter.cpp \ qdialarc.cpp qlcdraw.cpp qlcdstring.cpp \ rampanel.cpp sensor.cpp sensorslist.cpp \ systemcfg.cpp systemcfgdesign.ui uptimepanel.cppksensors_LDFLAGS = $(KDE_RPATH) $(all_libraries)ksensors_LDADD = $(LIB_KDEUI) $(LIB_KDECORE) -lsensors -lm# this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilitiesshelldesktop_DATA = ksensors.desktop# this is where the shell's XML-GUI resource file goesshellrcdir = $(kde_datadir)/ksensorsshellrc_DATA = ksensorsui.rcSUBDIRS = pics sounds
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -