⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpw.pro

📁 c++的guiQt做的开发
💻 PRO
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -