Removed legacy qmake files
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += messagingclient \
|
||||
messaginglib \
|
||||
messagingserver \
|
||||
messagingtest
|
||||
|
||||
messagingclient.depends += messaginglib
|
||||
messagingserver.depends += messaginglib
|
||||
messagingtest.depends += messaginglib
|
@@ -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)
|
@@ -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)
|
@@ -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)
|
Reference in New Issue
Block a user