31 plat.
mType = platform;
38 add(tr(
"Native"), Platform::Type::Native);
39 add(tr(
"Unix 32-bit"), Platform::Type::Unix32);
40 add(tr(
"Unix 64-bit"), Platform::Type::Unix64);
41 add(tr(
"Windows 32-bit ANSI"), Platform::Type::Win32A);
42 add(tr(
"Windows 32-bit Unicode"), Platform::Type::Win32W);
43 add(tr(
"Windows 64-bit"), Platform::Type::Win64);
53 QList<PlatformData>::iterator iter =
mPlatforms.begin();
55 if (iter->mType == platform) {