QT *= network script
-INCLUDEPATH += $$PWD
+INCLUDEPATH += $$PWD/include
DEPENDPATH += $$PWD
LIBS += -lanidbudpclient
LIBS += -L$$DESTDIR
}
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
-QT *= network
+
DEFINES += ANIDBUDPCLIENT_LIBRARY
SOURCES += client.cpp \
abstractcommand.cpp \
authcommand.cpp \
rawcommand.cpp \
- mylistaddcommand.cpp \
+ mylistaddcommand.cpp \
logoutcommand.cpp \
uptimecommand.cpp \
mylistcommand.cpp
logoutcommand.h \
uptimecommand.h \
mylistcommand.h
+
+CONV_HEADERS += include/AniDBUdpClient/Client \
+ include/AniDBUdpClient/AbstractCommand \
+ include/AniDBUdpClient/RawCommand \
+ include/AniDBUdpClient/MyListCommand \
+ include/AniDBUdpClient/MyListAddCommand \
+ include/AniDBUdpClient/UptimeCommand
+
include(../../lib/qtstatemachine/src/qtstatemachine.pri)
--- /dev/null
+#include "../../abstractcommand.h"
\ No newline at end of file
--- /dev/null
+#include "../../client.h"
\ No newline at end of file
--- /dev/null
+#include "../../mylistaddcommand.h"
\ No newline at end of file
--- /dev/null
+#include "../../mylistcommand.h"
\ No newline at end of file
--- /dev/null
+#include "../../rawcommand.h"
\ No newline at end of file
--- /dev/null
+#include "../../uptimecommand.h"
\ No newline at end of file
#include "seekslider.h"
#ifndef NO_ANIDBUDPCLIENT
-# include <client.h>
-# include <rawcommand.h>
-# include <mylistaddcommand.h>
+# include <AniDBUdpClient/Client>
+# include <AniDBUdpClient/RawCommand>
+# include <AniDBUdpClient/MyListAddCommand>
#endif
#include <QDebug>