libs.pri
来自「QT4的utils库源码包.解压后运行./configure配置,然后make.」· PRI 代码 · 共 21 行
PRI
21 行
# At the moment, the make install puts the libraries in the same# place as make, but when the library is more stabilized and we're # rebuilding it as often, we might give a different location.include (common.pri)DESTDIR=$$(CPPLIBS)target.path=$$(CPPLIBS)INSTALLS += targetTEMPLATE = libwin32 { CONFIG += dll CONFIG(dll) { DEFINES += QT_DLL QT_MAKEDLL } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?