]> Some of my projects - anidbudpclient.git/commitdiff
- Add option to build without anidbudpclient
authorAPTX <mail@example.com>
Mon, 27 Apr 2009 12:55:54 +0000 (14:55 +0200)
committerAPTX <mail@example.com>
Mon, 27 Apr 2009 12:55:54 +0000 (14:55 +0200)
- Basic custom SeekSlider

anidbudpclient.h
anidbudpclient_global.h

index 28c681a9cd69cdf33e3bf50c6967e039856b2e0b..7a7da46dab7aa8a4478649006b256519d0796fdb 100644 (file)
@@ -17,11 +17,6 @@ class QTimer;
 class AbstractCommand;
 class AuthCommand;
 
-
-#define CLIENT_NAME "anidbudpclient"
-#define CLIENT_VERSION 0x000001
-#define PROTOCOL_VERSION 3
-
 class ANIDBUDPCLIENTSHARED_EXPORT AniDBUdpClient : public QObject
 {
        Q_OBJECT
index 2b578d2209c7e911d9571f6abe9e67c758930ed4..a0a429ae539e47e888e9f8f6efd71e4d4b811a30 100644 (file)
@@ -3,6 +3,10 @@
 
 #include <QtCore/qglobal.h>
 
+#define CLIENT_NAME "anidbudpclient"
+#define CLIENT_VERSION 0x000001
+#define PROTOCOL_VERSION 3
+
 #if defined(ANIDBUDPCLIENT_LIBRARY)
 #  define ANIDBUDPCLIENTSHARED_EXPORT Q_DECL_EXPORT
 #else