Add some different xPL implementations done by Telldus

This commit is contained in:
Micke Prag 2012-05-29 14:18:28 +02:00
parent deebf2045e
commit d4b46c71ec
21 changed files with 2285 additions and 0 deletions

15
xpl/qtxpl/qtxpl.pro Normal file
View file

@ -0,0 +1,15 @@
# -------------------------------------------------
# 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