blob: fb3a2b31182c1ad375afe7747cef8a9753922317 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TARGET = UpdateInfo
TEMPLATE = lib
QT += network xml
HEADERS += updateinfoplugin.h \
updateinfobutton.h
SOURCES += updateinfoplugin.cpp \
updateinfobutton.cpp
RESOURCES += updateinfo.qrc
isEmpty(UPDATEINFO_ENABLE):UPDATEINFO_EXPERIMENTAL_STR="true"
else:UPDATEINFO_EXPERIMENTAL_STR="false"
include(../../qtcreatorplugin.pri)
include(updateinfo_dependencies.pri)
|