gui-qt.pro
来自「OpenBIOS是一个开源的BIOS实现」· PRO 代码 · 共 20 行
PRO
20 行
# tag: qmake project file for OpenBIOS QT user interface## Copyright (C) 2003-2004 Stefan Reinauer <stepan@openbios.org>## See the file "COPYING" for further information about# the copyright and warranty status of this work.#TEMPLATE = libCONFIG += qt thread warn_on release staticlibLIBS = INCLUDEPATH = qbuild $(ABSOINC) $(TOPDIR)/includeDESTDIR = qbuildOBJECTS_DIR = qbuildMOC_DIR = qbuildTARGET = gui_qtHEADERS = $(UIDIR)/gui-qt.hSOURCES = $(UIDIR)/gui-qt.cpp $(UIDIR)/qt-main.cpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?