📄 makefile.am
字号:
# set the include path for X, qt and KDEINCLUDES = $(all_includes)# these are the headers for your projectnoinst_HEADERS = ksmoothdock.h# let automoc handle all of the meta source files (moc)METASOURCES = AUTOmessages: rc.cpp $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp $(XGETTEXT) *.cpp -o $(podir)/ksmoothdock.potKDE_ICON = AUTO########################################################################## APPLICATION SECTION########################################################################## this is the program that gets installed. it's name is used for all# of the other Makefile.am variablesbin_PROGRAMS = ksmoothdock# the application source, library search path, and link librariesksmoothdock_SOURCES = main.cpp ksmoothdock.cpp aboutdialog.cpp aboutdialog.h \ buttonisedstate.cpp buttonisedstate.h clock.cpp clock.h configdialog.cpp configdialog.h \ constants.h datepicker.cpp datepicker.h desktopselector.cpp desktopselector.h \ dockitem.cpp dockitem.h dockstate.cpp dockstate.h iconbaseddockitem.cpp \ iconbaseddockitem.h iconlessdockitem.cpp iconlessdockitem.h launcherconfigdialog.cpp \ launcherconfigdialog.h launcher.cpp launcher.h normalzoomstate.cpp normalzoomstate.h \ paraboliczoomstate.cpp paraboliczoomstate.h separator.cpp separator.h showdesktop.cpp \ showdesktop.h task.cpp task.h tooltip.cpp tooltip.h wallpapermanager.cpp \ wallpapermanager.h welcomedialog.cpp welcomedialog.hksmoothdock_LDFLAGS = $(KDE_RPATH) $(all_libraries)ksmoothdock_LDADD = -lkio $(LIB_KDEUI)# this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilitiesshelldesktop_DATA = ksmoothdock.desktop# this is where the shell's XML-GUI resource file goesshellrcdir = $(kde_datadir)/ksmoothdockshellrc_DATA = ksmoothdockui.rc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -