📄 snap.pro
字号:
TEMPLATE = libCONFIG += qt warn_off release plugin!exists( $(SCITECH)/include/snap/graphics.h) { message("SciTech SNAP SDK is not properly set up! Please make sure the SCITECH") message("environment variable is pointing to the SciTech SNAP SDK.") error("Please fix and re-build the makefiles.")}HEADERS = ../../../../include/qgfxsnap_qws.hSOURCES = main.cpp \ ../../../../src/embedded/qgfxsnap_qws.cppunix:OBJECTS_DIR = .objTARGET = qgfxsnapDESTDIR = ../../../gfxdriversDEFINES -= QT_NO_QWS_SNAPINCLUDEPATH += $(SCITECH)/includedebug:LIBS += -L$(SCITECH)/lib/debug/linux/gcc/x86/so -lpmelse:LIBS += -L$(SCITECH)/lib/release/linux/gcc/x86/so -lpmtarget.path += $$plugins.path/gfxdriversINSTALLS += target
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -