blob: 02aa54c07cfe240b41d0fc9e8c84816a49a4703e [file] [log] [blame]
#-------------------------------------------------
#
# Project created by QtCreator 2015-02-13T15:22:50
#
#-------------------------------------------------
QT += remoteobjects core
QT -= gui
TARGET = registryconnectedclient
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
target.path = $$[QT_INSTALL_EXAMPLES]/remoteobjects/simpleswitch/registryconnectedclient
INSTALLS += target
SOURCES += main.cpp \
dynamicclient.cpp
HEADERS += \
dynamicclient.h