thread.pri
来自「qt-x11-opensource-src-4.1.4.tar.gz源码」· PRI 代码 · 共 32 行
PRI
32 行
# Qt core thread module# public headersHEADERS += thread/qmutex.h \ thread/qreadwritelock.h \ thread/qsemaphore.h \ thread/qthread.h \ thread/qthreadstorage.h \ thread/qwaitcondition.h \ thread/qatomic.h \ $$QT_BUILD_TREE/include/QtCore/arch/qatomic.h # private headersHEADERS += thread/qmutex_p.h \ thread/qmutexpool_p.h \ thread/qthread_p.hSOURCES += thread/qmutex.cpp \ thread/qreadwritelock.cpp \ thread/qmutexpool.cpp \ thread/qsemaphore.cpp \ thread/qthread.cpp \ thread/qthreadstorage.cpp unix:SOURCES += thread/qmutex_unix.cpp \ thread/qthread_unix.cpp \ thread/qwaitcondition_unix.cppwin32:SOURCES += thread/qmutex_win.cpp \ thread/qthread_win.cpp \ thread/qwaitcondition_win.cpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?