1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-31 21:22:58 +08:00
TaoQuick/3rdparty/TaoCommon/sync.profile
2021-04-23 09:53:44 +08:00

21 lines
478 B
Plaintext

%modules = (
"TaoCommon" => "$basedir/src/TaoCommon",
);
%dependencies = (
"qtbase" => "",
);
%classnames = (
"taocommonglobal.h" => "TaoCommonGlobal",
"filereadwrite.h" => "FileReadWrite",
"objectmap.h" => "ObjectMap",
"singleton.h" => "Singleton",
"subject.h" => "Subject",
"logger.h" => "Logger",
"threadcommon.h" => "ThreadCommon",
"threadpool.h" => "ThreadPool",
"threadworkercontroller.h" => "ThreadWorkerController",
);