📄 libs.pri
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -