torrent.pro

来自「qt-x11-opensource-src-4.1.4.tar.gz源码」· PRO 代码 · 共 43 行

PRO
43
字号
HEADERS += addtorrentdialog.h \           bencodeparser.h \           connectionmanager.h \           mainwindow.h \           metainfo.h \           peerwireclient.h \           ratecontroller.h \           filemanager.h \             torrentclient.h \           torrentserver.h \           trackerclient.hSOURCES += main.cpp \           addtorrentdialog.cpp \           bencodeparser.cpp \           connectionmanager.cpp \           mainwindow.cpp \           metainfo.cpp \           peerwireclient.cpp \           ratecontroller.cpp \           filemanager.cpp \           torrentclient.cpp \           torrentserver.cpp \           trackerclient.cpp# 3rdparty SHA-1 algorithmSOURCES += 3rdparty/sha1.cHEADERS += 3rdparty/sha1.h# Forms and resourcesFORMS += forms/addtorrentform.uiRESOURCES += icons.qrcQT += network# installtarget.path = $$[QT_INSTALL_EXAMPLES]/network/torrentsources.files = $$SOURCES $$HEADERS $$RESOURCES torrent.pro *.torrentsources.files -= 3rdparty/sha1.c 3rdparty/sha1.hsources.files += icons forms 3rdpartysources.path = $$[QT_INSTALL_EXAMPLES]/network/torrentINSTALLS += target sources

⌨️ 快捷键说明

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