Removed legacy qmake files

This commit is contained in:
2019-04-09 18:57:59 +02:00
parent b3651f491a
commit d702e0cfe1

View File

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