📄 makefile.am
字号:
# This file is part of the KDE libraries# Copyright (C) 1997 Matthias Kalle Dalheimer (kalle@kde.org)# (C) 1997 Stephan Kulow (coolo@kde.org)# This library is free software; you can redistribute it and/or# modify it under the terms of the GNU Library General Public# License as published by the Free Software Foundation; either# version 2 of the License, or (at your option) any later version.# This library is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU# Library General Public License for more details.# You should have received a copy of the GNU General Public License# along with this library; see the file COPYING. If not, write to# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,# Boston, MA 02111-1307, USA.INCLUDES= -I$(top_srcdir)/kdecore -I$(top_srcdir)/kfile $(QT_INCLUDES) $(X_INCLUDES) EXTRA_DIST = $(data_DATA) CHANGES.kdatepicker USERS.kdatepickerlib_LTLIBRARIES = libkdeui.lalibkdeui_la_LDFLAGS = -version-info 2:0 include_HEADERS = kledlamp.h kprogress.h kpanner.h kcolordlg.h kselect.h \ kdatepik.h kdatetbl.h \ kfontdialog.h kmsgbox.h kpopmenu.h ktabctl.h\ ktreelist.h kstatusbar.h ktopwidget.h ktmainwindow.h \ ktoolbar.h kmenubar.h kbutton.h kslider.h kseparator.h \ klined.h kcombo.h krestrictedline.h kintegerline.h \ kspinbox.h kcolorbtn.h kiconloaderdialog.h \ kwmmapp.h kbuttonbox.h ktablistbox.h kcontainer.h \ knewpanner.h kcontrol.h keditcl.h ktoolboxmgr.h kled.h \ kdbtn.h knotebook.h ktabbar.h kwizard.h kkeydialog.h \ kurllabel.h kruler.h kquickhelp.h kcursor.hlibkdeui_la_SOURCES = kledlamp.cpp kprogress.cpp kpanner.cpp kcolordlg.cpp\ kselect.cpp kdatepik.cpp kdatetbl.cpp \ kfontdialog.cpp kmsgbox.cpp kpopmenu.cpp ktabctl.cpp\ ktreelist.cpp kstatusbar.cpp ktopwidget.cpp ktmainwindow.cpp \ kmenubar.cpp ktoolbar.cpp kbutton.cpp kslider.cpp \ kseparator.cpp klined.cpp kcombo.cpp krestrictedline.cpp \ kintegerline.cpp kspinbox.cpp kcontrol.cpp \ kcolorbtn.cpp kiconloaderdialog.cpp kwmmapp.cpp \ kbuttonbox.cpp ktablistbox.cpp knewpanner.cpp \ keditcl1.cpp keditcl2.cpp ktoolboxmgr.cpp kled.cpp \ kdbtn.cpp knotebook.cpp ktabbar.cpp kwizard.cpp kcontainer.cpp \ kkeydialog.cpp kurllabel.cpp kruler.cpp kquickhelp.cpp kcursor.cpplibkdeui_la_METASOURCES = kbutton.moc kbuttonbox.moc kcolorbtn.moc \ kcolordlg.moc kcombo.moc kcontainer.moc kcontrol.moc kdatepik.moc \ kdatetbl.moc kdbtn.moc keditcl.moc kfontdialog.moc \ kiconloaderdialog.moc kintegerline.moc kkeydialog.moc kled.moc \ kledlamp.moc klined.moc kmenubar.moc kmsgbox.moc knewpanner.moc \ knotebook.moc kpanner.moc kpopmenu.moc kprogress.moc \ kquickhelp.moc krestrictedline.moc kruler.moc kselect.moc \ kslider.moc kspinbox.moc kstatusbar.moc ktabbar.moc ktabctl.moc \ ktablistbox.moc ktmainwindow.moc ktoolbar.moc ktoolboxmgr.moc \ ktopwidget.moc ktreelist.moc kurllabel.moc kwizard.moc kwmmapp.mocdata_DATA = error.xpm exclamation.xpm info.xpm stopsign.xpm question.xpm \ arrow_up.xbm arrow_down.xbm arrow_left.xbm arrow_right.xbm datadir = $(kde_datadir)/kde/pics
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -