📄 makefile.am
字号:
# Qt AWT backend for Classpath#nativeexeclib_LTLIBRARIES = libqtpeer.laAM_LDFLAGS = @CLASSPATH_MODULE@ @QT_LIBS@AM_CPPFLAGS = @CLASSPATH_INCLUDES@AM_CXXFLAGS = @QT_CFLAGS@libqtpeer_la_MOC = \ slotcallbacks.moc.hslotcallbacks.moc.h: slotcallbacks.cpp $(MOC) -o slotcallbacks.moc.h $(srcdir)/slotcallbacks.cppnodist_libqtpeer_la_SOURCES = \ $(libqtpeer_la_MOC) libqtpeer_la_SOURCES = \ buttonevent.h \ componentevent.cpp \ componentevent.h \ containers.h \ eventmethods.h \ keybindings.cpp \ keybindings.h \ mainqtthread.cpp \ mainthreadinterface.cpp \ mainthreadinterface.h \ nativewrapper.cpp \ nativewrapper.h \ qmatrix.cpp \ qpainterpath.cpp \ qpen.cpp \ qtaudioclip.cpp \ qtbuttonpeer.cpp \ qtcanvaspeer.cpp \ qtcheckboxpeer.cpp \ qtchoicepeer.cpp \ qtcomponent.cpp \ qtcomponent.h \ qtcomponentpeer.cpp \ qtdialogpeer.cpp \ qtembeddedwindowpeer.cpp \ qtfiledialogpeer.cpp \ qtfont.h \ qtfontmetrics.cpp \ qtfontpeer.cpp \ qtframepeer.cpp \ qtgraphics.cpp \ qtgraphics.h \ qtimage.cpp \ qtimage.h \ qtlabelpeer.cpp \ qtlistpeer.cpp \ qtmenubarpeer.cpp \ qtmenucomponentpeer.cpp \ qtmenuitempeer.cpp \ qtmenupeer.cpp \ qtpanelpeer.cpp \ qtpopupmenupeer.cpp \ qtscreendevice.cpp \ qtscrollbarpeer.cpp \ qtscrollpanepeer.cpp \ qtstrings.cpp \ qtstrings.h \ qttextareapeer.cpp \ qttextfieldpeer.cpp \ qttoolkit.cpp \ qtvolatileimage.cpp \ qtwindowpeer.cpp \ slotcallbacks.cpp \ slotcallbacks.h BUILT_SOURCES = $(libqtpeer_la_MOC)CLEANFILES = so_locations $(BUILT_SOURCES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -