clean up project

This commit is contained in:
scatterflower 2020-09-02 00:47:16 -05:00
parent c408b35198
commit 169656a567

View File

@ -1,7 +1,6 @@
QT += network websockets core QT += network websockets core
QT -= gui QT -= gui
TEMPLATE = app TEMPLATE = app
# greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11 CONFIG += c++11
@ -25,8 +24,3 @@ RC_ICONS = resource/icon/akashi.ico
SOURCES += $$files($$PWD/src/*.cpp) SOURCES += $$files($$PWD/src/*.cpp)
HEADERS += $$files($$PWD/include/*.h) 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