1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
QT += quick quickwidgets QML_IMPORT_PATH=../../../share/qtcreator/welcomescreen include(../../qtcreatorplugin.pri) HEADERS += welcomeplugin.h SOURCES += welcomeplugin.cpp DEFINES += WELCOME_LIBRARY RESOURCES += \ welcome.qrc