?? qchat-server.pro
字號:
SOURCES += main.cpp \qchatserver.cpp \user.cpp \ ../src/globals.cpp \ qchatserversocket.cpp \ ../src/qchatsocket.cpp \ ../src/userinfo.cpp \ ../src/message.cpp \ ../src/msghistory.cpp \ ../src/abstractprotocol.cpp \ ../src/protocolversion3.cpp \ ../src/protocolversion4.cpp \ ../src/option.cpp \ ../src/abstractchatcore.cppHEADERS += qchatserver.h \user.h \ ../src/globals.h \ qchatserversocket.h \ ../src/qchatsocket.h \ ../src/userinfo.h \ ../src/message.h \ ../src/msghistory.h \ ../src/abstractprotocol.h \ ../src/protocolversion3.h \ ../src/protocolversion4.h \ ../src/option.h \ ../src/abstractchatcore.hTEMPLATE = appQT += networkDESTDIR = .INCLUDEPATH += ../srcTARGET = bin/qchat-serverunix { bin.path = /usr/bin/ bin.files = bin/* translations.path = /usr/share/qchatserver/translations translations.files = translations/*.qm INSTALLS += bin translations system(mkdir bin/ 2>/dev/null) system(touch bin/qchat-server) system(chmod 755 bin/qchat-server)}CONFIG -= debug
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -