forked from qt-creator/qt-creator
Change-Id: I24c627e964afa33883bde571960ed390b07be985 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
12 lines
185 B
Prolog
12 lines
185 B
Prolog
TEMPLATE = app
|
|
TARGET = plugindialog
|
|
|
|
# Input
|
|
HEADERS += plugindialog.h
|
|
SOURCES += plugindialog.cpp
|
|
|
|
QTC_LIB_DEPENDS += \
|
|
extensionsystem \
|
|
utils
|
|
include(../../auto/qttest.pri)
|