mpw.pro

来自「c++的guiQt做的开发」· PRO 代码 · 共 51 行

PRO
51
字号
TEMPLATE = libTARGET = mpwCONFIG += staticlibCONFIG -= debug_and_release#version of the libraryVER_MAJ = 0VER_MIN = 1VER_PAT = 0#Do not put generated binaries into release/ or debug/ subdirs on windowswindows:DESTDIR = ./#directories to creating filesMOC_DIR = .mocOBJECTS_DIR = .objinclude(config.cf)#check debug/releasecontains( E_RELEASE, no ) { # debug mode # turns off optimalizations CONFIG += debug CONFIG -= release QMAKE_CXXFLAGS += -O0 -g}contains( E_RELEASE, yes ) { # release mode # turns on optimalizations CONFIG += release CONFIG -= debug QMAKE_CXXFLAGS += -O2 -DNDEBUG}# InputHEADERS += guitypes.h HEADERS += staticsettings.h  settings.h  util.h  args.hSOURCES += staticsettings.cc settings.cc util.cc args.ccHEADERS += booloption.h  combooption.h  dialogoption.h  fontoption.h  intoption.h  option.h  realoption.h  stringoption.hSOURCES += booloption.cc combooption.cc dialogoption.cc fontoption.cc intoption.cc option.cc realoption.cc stringoption.ccHEADERS += optionwindow.hSOURCES += optionwindow.ccHEADERS += iconcache.h  toolbutton.h  toolbar.hSOURCES += iconcache.cc toolbutton.cc toolbar.ccHEADERS += invalidmenuexception.h  menuaction.h  menutool.hSOURCES += invalidmenuexception.cc menuaction.cc menutool.ccHEADERS += info.h  lang.hSOURCES += info.cc lang.cc

⌨️ 快捷键说明

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