mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
8 lines
210 B
Text
8 lines
210 B
Text
// Qt is tested twice - as a library and as a compiler (to distinguish C from
|
|
// C++). Detect it once here.
|
|
|
|
var aQt;
|
|
if(typeof aQt==="undefined")
|
|
{
|
|
aQt=PE.isLibraryPresentExp(/^Qt(\d)?Core(d?)(\d)?/i);
|
|
}
|