Files
qt-creator/src/plugins/helloworld/helloworld.pro
Oswald Buddenhagen 06acd82ada derive TARGET from QTC_{LIB,PLUGIN}_NAME
the information is redundant now

Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-04-03 14:37:56 +02:00

8 lines
151 B
Prolog

include(../../qtcreatorplugin.pri)
HEADERS += helloworldplugin.h \
helloworldwindow.h
SOURCES += helloworldplugin.cpp \
helloworldwindow.cpp