Detect-It-Easy/db/Qt
2014-06-28 17:36:29 +10:00

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);
}