forked from qt-creator/qt-creator
the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
8 lines
151 B
Prolog
8 lines
151 B
Prolog
include(../../qtcreatorplugin.pri)
|
|
|
|
HEADERS += helloworldplugin.h \
|
|
helloworldwindow.h
|
|
|
|
SOURCES += helloworldplugin.cpp \
|
|
helloworldwindow.cpp
|