aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome/welcome.pro
blob: 7123b4abb6c97fcd50c416d4d7e1cfbe65182087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

include(../../qtcreatorplugin.pri)

SOURCES += welcomeplugin.cpp \
    introductionwidget.cpp

DEFINES += WELCOME_LIBRARY

RESOURCES += welcome.qrc

HEADERS += \
    introductionwidget.h