qtdemo.pro
来自「奇趣公司比较新的qt/emd版本」· PRO 代码 · 共 64 行
PRO
64 行
CONFIG += assistant x11incTARGET = qtdemoDESTDIR = $$QT_BUILD_TREE/binOBJECTS_DIR = .objMOC_DIR = .mocINSTALLS += target sourcesQT += xml networkcontains(QT_CONFIG, opengl): QT += openglbuild_all:!build_pass { CONFIG -= build_all CONFIG += release}RESOURCES = qtdemo.qrcHEADERS = mainwindow.h \ demoscene.h \ demoitem.h \ score.h \ demoitemanimation.h \ itemcircleanimation.h \ demotextitem.h \ headingitem.h \ dockitem.h \ scanitem.h \ letteritem.h \ examplecontent.h \ menucontent.h \ guide.h \ guideline.h \ guidecircle.h \ menumanager.h \ colors.h \ textbutton.h \ imageitem.hSOURCES = main.cpp \ demoscene.cpp \ mainwindow.cpp \ demoitem.cpp \ score.cpp \ demoitemanimation.cpp \ itemcircleanimation.cpp \ demotextitem.cpp \ headingitem.cpp \ dockitem.cpp \ scanitem.cpp \ letteritem.cpp \ examplecontent.cpp \ menucontent.cpp \ guide.cpp \ guideline.cpp \ guidecircle.cpp \ menumanager.cpp \ colors.cpp \ textbutton.cpp \ imageitem.cppwin32:RC_FILE = qtdemo.rcmac:ICON = qtdemo.icns# installtarget.path = $$[QT_INSTALL_BINS]sources.files = $$SOURCES $$HEADERS $$RESOURCES qtdemo.pro images xml *.ico *.icns *.rcsources.path = $$[QT_INSTALL_DEMOS]/qtdemo
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?