📄 makefile.am
字号:
# set the include path for X, qt and KDEINCLUDES = $(all_includes)# these are the headers for your projectnoinst_HEADERS = bookmarksdlg.h calltreedlg.h calltreemanager.h \ configfrontend.h cscopefrontend.h cscopemsgdlg.h ctagsfrontend.h ctagslist.h \ dirscanner.h dotfrontend.h editormanager.h editorpage.h editortabs.h encoder.h \ filelist.h fileview.h frontend.h graphedge.h graphnode.h graphprefdlg.h \ graphwidget.h historypage.h historyview.h kscope.h kscopeactions.h kscopeconfig.h \ kscopepixmaps.h makedlg.h makefrontend.h newprojectdlg.h openprojectdlg.h prefcolor.h \ preferencesdlg.h preffont.h preffrontend.h prefopt.h progressdlg.h project.h \ projectbase.h projectfilesdlg.h projectmanager.h querypage.h querypagebase.h \ queryresultsmenu.h queryview.h queryviewdlg.h queryviewdriver.h querywidget.h \ scanprogressdlg.h searchlist.h searchresultsdlg.h symbolcompletion.h symboldlg.h \ tabwidget.h treewidget.h# let automoc handle all of the meta source files (moc)METASOURCES = AUTOmessages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kscope.potKDE_ICON = kscope########################################################################## APPLICATION SECTION########################################################################## this is the program that gets installed. it's name is used for all# of the other Makefile.am variablesbin_PROGRAMS = kscope# the application source, library search path, and link librarieskscope_SOURCES = autocompletionlayout.ui bookmarksdlg.cpp bookmarkslayout.ui \ calltreedlg.cpp calltreelayout.ui calltreemanager.cpp configfrontend.cpp \ cscopefrontend.cpp cscopemsgdlg.cpp cscopemsglayout.ui ctagsfrontend.cpp ctagslist.cpp \ dirscanner.cpp dotfrontend.cpp dotparse.ypp dotscan.lpp editormanager.cpp \ editorpage.cpp editortabs.cpp encoder.cpp filelist.cpp fileview.cpp fileviewlayout.ui \ frontend.cpp graphedge.cpp graphnode.cpp graphprefdlg.cpp graphpreflayout.ui \ graphwidget.cpp historypage.cpp historyview.cpp kscope.cpp kscopeactions.cpp \ kscopeconfig.cpp kscopepixmaps.cpp main.cpp makedlg.cpp makefrontend.cpp makelayout.ui \ newprojectdlg.cpp newprojectlayout.ui openprojectdlg.cpp openprojectlayout.ui \ prefcolor.cpp prefcolorlayout.ui preferencesdlg.cpp preffont.cpp preffontlayout.ui \ preffrontend.cpp preffrontendlayout.ui prefopt.cpp prefoptlayout.ui progressdlg.cpp \ project.cpp projectbase.cpp projectfilesdlg.cpp projectfileslayout.ui \ projectmanager.cpp querypage.cpp querypagebase.cpp queryresultsmenu.cpp queryview.cpp \ queryviewdlg.cpp queryviewdriver.cpp queryviewlayout.ui querywidget.cpp \ querywidgetlayout.ui scanprogressdlg.cpp scanprogresslayout.ui searchlist.cpp \ searchresultsdlg.cpp searchresultslayout.ui symbolcompletion.cpp symboldlg.cpp \ symbollayout.ui tabwidget.cpp treewidget.cpp welcomedlg.uikscope_LDFLAGS = $(KDE_RPATH) $(all_libraries)kscope_LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI)# this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Developmentshelldesktop_DATA = kscope.desktop# this is where the shell's XML-GUI resource file goesshellrcdir = $(kde_datadir)/kscopeshellrc_DATA = kscopeui.rc kscope_configpicsdir = $(kde_datadir)/kscope/picspics_DATA = file_ro.png file_rw.png file_save.png query_locked.png \ query_unlocked.png tab_list.png call_graph.png called_tree.png calling_tree.png \ bookmark.pngBUILT_SOURCES = dotparse.hAM_YFLAGS = -d
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -