lupdate.pro

来自「QT 开发环境里面一个很重要的文件」· PRO 代码 · 共 45 行

PRO
45
字号
TEMPLATE        = appQT += xmlCONFIG          += qt warn_on consoleCONFIG          -= app_bundlebuild_all:!build_pass {    CONFIG -= build_all    CONFIG += release}HEADERS         = ../shared/metatranslator.h \                  ../shared/translator.h \                  ../shared/proparser.h \                  ../shared/profileevaluator.h \                  ../shared/proparserutils.h \                  ../shared/simtexth.hSOURCES         = fetchtr.cpp \                  main.cpp \                  merge.cpp \                  numberh.cpp \                  sametexth.cpp \                  ../shared/metatranslator.cpp \                  ../shared/translator.cpp \                  ../shared/proparser.cpp \                  ../shared/profileevaluator.cpp \                  ../shared/simtexth.cppPROPARSERPATH = ../sharedINCLUDEPATH += $$PROPARSERPATH# InputHEADERS += $$PROPARSERPATH/proitems.h \        $$PROPARSERPATH/abstractproitemvisitor.h \        $$PROPARSERPATH/proreader.hSOURCES += $$PROPARSERPATH/proitems.cpp \        $$PROPARSERPATH/proreader.cppTARGET          = lupdateINCLUDEPATH     += ../sharedDESTDIR          = ../../../bintarget.path=$$[QT_INSTALL_BINS]INSTALLS        += target

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?