plugin_qt.pro
来自「OpenBIOS是一个开源的BIOS实现」· PRO 代码 · 共 20 行
PRO
20 行
# tag: qmake project file for OpenBIOS QT plugin## Copyright (C) 2003 Stefan Reinauer## See the file "COPYING" for further information about# the copyright and warranty status of this work.#TEMPLATE = appCONFIG += qt thread warn_on releaseLIBS = -sharedINCLUDEPATH = qbuild $(ABSOINC) $(TOPDIR)/include $(PLUGINDIR)/plugin_pciDESTDIR = qbuildOBJECTS_DIR = qbuildMOC_DIR = qbuildTARGET = plugin_qt.soHEADERS = $(PLUGINDIR)/plugin_qt/plugin_qt.hSOURCES = $(PLUGINDIR)/plugin_qt/plugin_qt.cpp $(PLUGINDIR)/plugin_qt/qt_main.cpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?