utils.pro

来自「QT4的utils库源码包.解压后运行./configure配置,然后make.」· PRO 代码 · 共 56 行

PRO
56
字号
TEMPLATE = lib# Add a preproc macro so we can see the directory of the sourcefileDEFINES+=__PWD__="$$(PWD)"DESTDIR=$$(CPPLIBS)target.path=$$(CPPLIBS)INSTALLS += targetRESOURCES = utils.qrc# InputHEADERS += argumentlist.h \        enum.h \		logger.h \        qdebugstream.h \        filevisitor.h \        qobject_support.h \        qdate-helpers.h \        command.h \        logwindow.h \        exception.h \        qstd.h \        putenv.h 		SOURCES += argumentlist.cpp \           filevisitor.cpp \           exception.cpp \		   logger.cpp \           enum.cpp \           command.cpp \           logwindow.cpp \           qobject_support.cpp \           qdate-helpers.cpp \           qdebugstream.cpp \           qstd.cpp \           putenv.cpp win32 {	CONFIG += dll	UI_DIR = _ui	MOC_DIR = _moc	OBJECTS_DIR = _obj	QMAKE_LFLAGS += /IMPLIB:..\utils.lib	CONFIG(dll) {		DEFINES += UTILS_DLL QT_MAKEDLL QT_DLL	} }# place auto-generated files in "invisible" subdirectoriesunix {	UI_DIR = .ui	MOC_DIR = .moc	OBJECTS_DIR = .obj}

⌨️ 快捷键说明

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