Removed legacy qmake files

This commit is contained in:
2019-04-09 18:57:20 +02:00
parent 1485fa7a4f
commit de89be95fd
4 changed files with 0 additions and 82 deletions

View File

@@ -1,10 +0,0 @@
TEMPLATE = subdirs
SUBDIRS += messagingclient \
messaginglib \
messagingserver \
messagingtest
messagingclient.depends += messaginglib
messagingserver.depends += messaginglib
messagingtest.depends += messaginglib

View File

@@ -1,20 +0,0 @@
QT += core network
QT -= gui widgets
DBLIBS += messaginglib
TARGET = messagingclient
PROJECT_ROOT = ../..
SOURCES += main.cpp
HEADERS +=
FORMS +=
RESOURCES +=
TRANSLATIONS +=
include($${PROJECT_ROOT}/app.pri)

View File

@@ -1,28 +0,0 @@
QT += core network
QT -= gui widgets
DBLIBS +=
PROJECT_ROOT = ../..
DEFINES += MESSAGINGLIB_LIBRARY
SOURCES += \
dbmsgbase.cpp \
dbmsgfieldbase.cpp \
messages/mymessage.cpp
HEADERS += messaginglib_global.h \
dbmsgbase.h \
dbmsgfield.h \
dbmsgfieldbase.h \
dbmsgmacros.h \
messages/mymessage.h
FORMS +=
RESOURCES +=
TRANSLATIONS +=
include($${PROJECT_ROOT}/lib.pri)

View File

@@ -1,24 +0,0 @@
QT += core network
QT -= gui widgets
DBLIBS += messaginglib
TARGET = messagingserver
PROJECT_ROOT = ../..
SOURCES += main.cpp \
client.cpp \
server.cpp
HEADERS += \
client.h \
server.h
FORMS +=
RESOURCES +=
TRANSLATIONS +=
include($${PROJECT_ROOT}/app.pri)