Removed legacy qmake files

This commit is contained in:
2019-04-09 18:58:55 +02:00
parent 9e10794faf
commit d111cc2e00

View File

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