remove old stuff

This commit is contained in:
Dorian Zedler 2020-04-05 14:12:06 +02:00
parent fd5c1dc122
commit d32fe7733a
Signed by: dorian
GPG key ID: 989DE36109AFA354
4 changed files with 0 additions and 44 deletions

View file

@ -1,15 +0,0 @@
!isEmpty(SCSTWCLIENT_LIB):error("ScStwClient.pri already included")
SCSTWCLIENT_LIB = 1
#DEPENDS
CONFIG(release, debug|release): {
SCSTWCLIENT_LIB_OUTPUT_DIR="$$PWD/build/release"
} else {
SCSTWCLIENT_LIB_OUTPUT_DIR="$$PWD/build/debug"
}
unix:LIBS += -L$$SCSTWCLIENT_LIB_OUTPUT_DIR -lScStwClient
win32:LIBS += -L$$SCSTWCLIENT_LIB_OUTPUT_DIR -lScStwClient1
INCLUDEPATH += "$$PWD"

View file

@ -1,12 +0,0 @@
#ifndef SCSTWCLIENT_GLOBAL_H
#define SCSTWCLIENT_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(SCSTWCLIENT_LIBRARY)
# define SCSTWCLIENT_EXPORT Q_DECL_EXPORT
#else
# define SCSTWCLIENT_EXPORT Q_DECL_IMPORT
#endif
#endif // SCSTWCLIENT_GLOBAL_H

View file

@ -1,5 +0,0 @@
#include "scstwclient.h"
ScStwClient::ScStwClient()
{
}

View file

@ -1,12 +0,0 @@
#ifndef SCSTWCLIENT_H
#define SCSTWCLIENT_H
#include "ScStwClient_global.h"
class SCSTWCLIENT_EXPORT ScStwClient
{
public:
ScStwClient();
};
#endif // SCSTWCLIENT_H