From f619bfc8a133215bdcaba6277078a35445e191ad Mon Sep 17 00:00:00 2001 From: EndrII Date: Mon, 12 Apr 2021 12:14:45 +0300 Subject: [PATCH] drop support qmake --- Hanoi-Towers.pro | 21 --------------------- plug.pro | 5 +++++ 2 files changed, 5 insertions(+), 21 deletions(-) delete mode 100755 Hanoi-Towers.pro create mode 100644 plug.pro diff --git a/Hanoi-Towers.pro b/Hanoi-Towers.pro deleted file mode 100755 index 5a54551..0000000 --- a/Hanoi-Towers.pro +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2018 - 2019 QuasarApp. -# Distributed under the lgplv3 software license, see the accompanying -# Everyone is permitted to copy and distribute verbatim copies -# of this license document, but changing it is not allowed. -# - -TEMPLATE = subdirs -CONFIG += ordered - -SUBDIRS += NetworkProtocol \ - HanoiTowersServer \ - SimpleQmlNotify \ - hanoi_towers - -NetworkProtocol.file = $$PWD/QtNetworkProtocol/NetworkProtocol.pro -SimpleQmlNotify.file = $$PWD/SimpleQmlNotify/QmlNotify.pro -include($$PWD/installer/installerHanoiTower.pri) - -QMAKE_EXTRA_TARGETS += \ - test diff --git a/plug.pro b/plug.pro new file mode 100644 index 0000000..be04603 --- /dev/null +++ b/plug.pro @@ -0,0 +1,5 @@ + +TEMPLATE = subdirs + +QMAKE_EXTRA_TARGETS += \ + test