summaryrefslogtreecommitdiffstats
path: root/examples/assistant/remotecontrol/remotecontrol.pro
blob: fb9ce4df9440db1add66fdc75ff06a64f14fb623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE   = app
QT        += widgets

HEADERS   += remotecontrol.h
SOURCES   += main.cpp \
             remotecontrol.cpp
FORMS     += remotecontrol.ui
RESOURCES += remotecontrol.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/assistant/remotecontrol
INSTALLS += target