drop support qmake

This commit is contained in:
Andrei Yankovich 2021-04-12 12:14:45 +03:00
parent 326266dbd9
commit f619bfc8a1
2 changed files with 5 additions and 21 deletions

View File

@ -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

5
plug.pro Normal file
View File

@ -0,0 +1,5 @@
TEMPLATE = subdirs
QMAKE_EXTRA_TARGETS += \
test