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

📄 tools.pri

📁 奇趣公司比较新的qt/emd版本
💻 PRI
字号:
# Qt tools moduleHEADERS +=  \	tools/qalgorithms.h \	tools/qbitarray.h \	tools/qbytearray.h \	tools/qbytearraymatcher.h \	tools/qcache.h \	tools/qchar.h \	tools/qcontainerfwd.h \	tools/qcryptographichash.h \	tools/qdatetime.h \	tools/qdatetime_p.h \	tools/qhash.h \        tools/qline.h \	tools/qlinkedlist.h \	tools/qlist.h \	tools/qlocale.h \	tools/qlocale_p.h \	tools/qlocale_data_p.h \	tools/qmap.h \        tools/qpodlist_p.h \        tools/qpoint.h \	tools/qqueue.h \        tools/qrect.h \	tools/qregexp.h \	tools/qringbuffer_p.h \	tools/qshareddata.h \	tools/qset.h \        tools/qsize.h \	tools/qstack.h \	tools/qstring.h \	tools/qstringlist.h \	tools/qstringmatcher.h \	tools/qtimeline.h \	tools/qunicodetables_p.h \	tools/qvarlengtharray.h \	tools/qvector.hSOURCES += \	tools/qbitarray.cpp \	tools/qbytearray.cpp \	tools/qbytearraymatcher.cpp \	tools/qcryptographichash.cpp \	tools/qdatetime.cpp \	tools/qhash.cpp \        tools/qline.cpp \	tools/qlinkedlist.cpp \	tools/qlistdata.cpp \	tools/qlocale.cpp \        tools/qpoint.cpp \	tools/qmap.cpp \        tools/qrect.cpp \	tools/qregexp.cpp \	tools/qshareddata.cpp \        tools/qsize.cpp \	tools/qstring.cpp \	tools/qstringlist.cpp \	tools/qtimeline.cpp \	tools/qvector.cpp \        tools/qvsnprintf.cpp#zlib supportcontains(QT_CONFIG, zlib) {   INCLUDEPATH += ../3rdparty/zlib   SOURCES+= \	../3rdparty/zlib/adler32.c \	../3rdparty/zlib/compress.c \	../3rdparty/zlib/crc32.c \	../3rdparty/zlib/deflate.c \	../3rdparty/zlib/gzio.c \	../3rdparty/zlib/inffast.c \	../3rdparty/zlib/inflate.c \	../3rdparty/zlib/inftrees.c \	../3rdparty/zlib/trees.c \	../3rdparty/zlib/uncompr.c \	../3rdparty/zlib/zutil.c} else:!contains(QT_CONFIG, no-zlib) {   unix:LIBS += -lz#  win32:LIBS += libz.lib}!macx-icc:unix:LIBS += -lm

⌨️ 快捷键说明

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