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