forked from qt-creator/qt-creator
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)
|