Removed legacy qmake files

This commit is contained in:
2019-04-09 18:57:34 +02:00
parent 9236d74846
commit 5baa891f8c

View File

@@ -1,24 +0,0 @@
QT += core gui widgets
DBLIBS +=
TARGET = pathfinder
PROJECT_ROOT = ..
SOURCES += main.cpp \
mywidget.cpp \
mainwindow.cpp
HEADERS += \
mywidget.h \
mainwindow.h
FORMS += \
mainwindow.ui
RESOURCES +=
TRANSLATIONS +=
include($${PROJECT_ROOT}/app.pri)