Implement online mode: now qcma can connect to the Internet to check and download update files.
Update embedded xml file. Updated translations.
This commit is contained in:
6
qcma.pro
6
qcma.pro
@@ -35,7 +35,8 @@ SOURCES += src/main.cpp \
|
||||
src/forms/configwidget.cpp \
|
||||
src/forms/confirmdialog.cpp \
|
||||
src/forms/pinform.cpp \
|
||||
src/forms/progressform.cpp
|
||||
src/forms/progressform.cpp \
|
||||
src/httpdownloader.cpp
|
||||
|
||||
HEADERS += \
|
||||
src/capability.h \
|
||||
@@ -59,7 +60,8 @@ HEADERS += \
|
||||
src/forms/configwidget.h \
|
||||
src/forms/confirmdialog.h \
|
||||
src/forms/pinform.h \
|
||||
src/forms/progressform.h
|
||||
src/forms/progressform.h \
|
||||
src/httpdownloader.h
|
||||
|
||||
INCLUDEPATH += src/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user