summaryrefslogtreecommitdiffstats
path: root/src/b2qt-update-application/b2qt-update-application.pro
blob: 8835eef6b27113bf0687572778d6a306584b4151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += c++11
QT = core network
SOURCES += \
           main.cpp \
           tar.cpp \
           filewrapper.cpp \
           update.cpp

HEADERS += \
           tar.h \
           filewrapper.h \
           update.h

LIBS += -lcrypto
INSTALLS += target
target.path = /usr/bin