Home
last modified time | relevance | path

Searched refs:targetDeviceTypes (Results 1 – 23 of 23) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qtsupport/
H A Dqtversions.cpp58 QSet<Utils::Id> targetDeviceTypes() const override;
84 QSet<Utils::Id> DesktopQtVersion::targetDeviceTypes() const in targetDeviceTypes() function in QtSupport::Internal::DesktopQtVersion
118 QSet<Utils::Id> targetDeviceTypes() const override in targetDeviceTypes() function in QtSupport::Internal::EmbeddedLinuxQtVersion
H A Dqtkitinformation.cpp171 return qt->targetDeviceTypes().contains(deviceType) in setup()
424 return version && version->targetDeviceTypes().contains(platform); in platformPredicate()
448 return version ? version->targetDeviceTypes() : QSet<Id>(); in supportedPlatforms()
462 if (!qt->targetDeviceTypes().contains(DeviceTypeKitAspect::deviceTypeId(k))) in weight()
H A Dbaseqtversion.h192 virtual QSet<Utils::Id> targetDeviceTypes() const = 0;
H A Dexampleslistmodel.cpp664 m_selectedQtTypes = selectedQtVersion->targetDeviceTypes(); in selectExampleSet()
H A Dbaseqtversion.cpp520 const QSet<Id> tdt = targetDeviceTypes(); in validateKit()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/boot2qt/
H A Dqdbqtversion.cpp38 QSet<Utils::Id> QdbQtVersion::targetDeviceTypes() const in targetDeviceTypes() function in Qdb::Internal::QdbQtVersion
H A Dqdbqtversion.h40 QSet<Utils::Id> targetDeviceTypes() const final;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/winrt/
H A Dwinrtqtversion.h43 QSet<Utils::Id> targetDeviceTypes() const override;
H A Dwinrtphoneqtversion.h42 QSet<Utils::Id> targetDeviceTypes() const override;
H A Dwinrtqtversion.cpp51 QSet<Utils::Id> WinRtQtVersion::targetDeviceTypes() const in targetDeviceTypes() function in WinRt::Internal::WinRtQtVersion
H A Dwinrtphoneqtversion.cpp44 QSet<Utils::Id> WinRtPhoneQtVersion::targetDeviceTypes() const in targetDeviceTypes() function in WinRt::Internal::WinRtPhoneQtVersion
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/webassembly/
H A Dwebassemblyqtversion.h43 QSet<Utils::Id> targetDeviceTypes() const override;
H A Dwebassemblyqtversion.cpp58 QSet<Id> WebAssemblyQtVersion::targetDeviceTypes() const in targetDeviceTypes() function in WebAssembly::Internal::WebAssemblyQtVersion
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ios/
H A Diosqtversion.h49 QSet<Utils::Id> targetDeviceTypes() const override;
H A Diosqtversion.cpp90 QSet<Utils::Id> IosQtVersion::targetDeviceTypes() const in targetDeviceTypes() function in IosQtVersion
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dandroidqtversion.h53 QSet<Utils::Id> targetDeviceTypes() const override;
H A Dandroidplugin.cpp179 return v->targetDeviceTypes().contains(Android::Constants::ANDROID_DEVICE_TYPE); in kitsRestored()
H A Dandroidqtversion.cpp224 QSet<Utils::Id> AndroidQtVersion::targetDeviceTypes() const in targetDeviceTypes() function in Android::Internal::AndroidQtVersion
H A Dandroidtoolchain.cpp187 return v->targetDeviceTypes().contains(Android::Constants::ANDROID_DEVICE_TYPE); in uniqueNdksForCurrentQtVersions()
H A Dandroidmanager.cpp164 if (version && version->targetDeviceTypes().contains(Constants::ANDROID_DEVICE_TYPE)) { in minimumSDK()
H A Dandroidconfigurations.cpp901 return v->targetDeviceTypes().contains(Android::Constants::ANDROID_DEVICE_TYPE); in allEssentials()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qnx/
H A Dqnxqtversion.h46 QSet<Utils::Id> targetDeviceTypes() const override;
H A Dqnxqtversion.cpp70 QSet<Id> QnxQtVersion::targetDeviceTypes() const in targetDeviceTypes() function in Qnx::Internal::QnxQtVersion