[Qt-creator] Adding examples to welcome page

Kevin Krammer kevin.krammer at kdab.com
Tue Nov 20 12:36:12 CET 2012


Hi,

I am researching on how to best add new examples to creator's example section 
(reachable via the welcome screen).

The examples seem to come from src/plugins/qtsupport/exampleslistmodel.cpp, 
ExamplesListModel::exampleSources()

I am mostly interested in adding examples from a local Qt5 build (the Qt4 
examples are installed by the package manager and already available).

The code seems to be have the capability to check for any additional Qt's 
examples but it also has this

// There is no good solution for Qt 5 yet
if (version->qtVersion().majorVersion != 4)
    continue;

Can anyone shed a light on what "no good solution" means in this context?
Any other way (config setting, environment variable)?

Cheers,
Kevin

-- 
** Qt Developer Conference: http://qtconference.kdab.com/ **

Kevin Krammer | kevin.krammer at kdab.com | Software Engineer
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
KDAB - Qt Experts - Platform-independent software solutions
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4712 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20121120/e3361a1f/attachment.bin>


More information about the Qt-creator mailing list