clean up project
This commit is contained in:
parent
c408b35198
commit
169656a567
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user