diff --git a/DbTictactoe.pro b/DbTictactoe.pro deleted file mode 100644 index ae43575..0000000 --- a/DbTictactoe.pro +++ /dev/null @@ -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)