mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-31 21:22:58 +08:00
21 lines
478 B
Plaintext
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",
|
|
);
|
|
|
|
|
|
|