telldus/xpl/qtxpl/qtxpl.pro

15 lines
366 B
Prolog

# -------------------------------------------------
# Project created by QtCreator 2009-03-05T16:12:24
# -------------------------------------------------
QT += network
QT -= gui
TARGET = qtxpl
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = lib
SOURCES += xpldevice.cpp \
xplinstance.cpp \
xplmessage.cpp
HEADERS += xpldevice.h \
xplinstance.h \
xplmessage.h