remove old stuff
This commit is contained in:
parent
fd5c1dc122
commit
d32fe7733a
4 changed files with 0 additions and 44 deletions
|
@ -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"
|
|
@ -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
|
|
@ -1,5 +0,0 @@
|
|||
#include "scstwclient.h"
|
||||
|
||||
ScStwClient::ScStwClient()
|
||||
{
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
#ifndef SCSTWCLIENT_H
|
||||
#define SCSTWCLIENT_H
|
||||
|
||||
#include "ScStwClient_global.h"
|
||||
|
||||
class SCSTWCLIENT_EXPORT ScStwClient
|
||||
{
|
||||
public:
|
||||
ScStwClient();
|
||||
};
|
||||
|
||||
#endif // SCSTWCLIENT_H
|
Reference in a new issue