From 169656a567e94ea4bd8fec98d3f3dc910f0b10a8 Mon Sep 17 00:00:00 2001 From: scatterflower Date: Wed, 2 Sep 2020 00:47:16 -0500 Subject: [PATCH] clean up project --- akashi.pro | 6 ------ 1 file changed, 6 deletions(-) diff --git a/akashi.pro b/akashi.pro index 738d623..e987da8 100644 --- a/akashi.pro +++ b/akashi.pro @@ -1,7 +1,6 @@ QT += network websockets core QT -= gui TEMPLATE = app -# greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++11 @@ -25,8 +24,3 @@ RC_ICONS = resource/icon/akashi.ico SOURCES += $$files($$PWD/src/*.cpp) HEADERS += $$files($$PWD/include/*.h) - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target