Add some different xPL implementations done by Telldus
This commit is contained in:
parent
deebf2045e
commit
d4b46c71ec
21 changed files with 2285 additions and 0 deletions
15
xpl/qtxpl/qtxpl.pro
Normal file
15
xpl/qtxpl/qtxpl.pro
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue