4 DEFINES
+= UPLOADER_LIBRARY
8 include(uploader_dependencies
.pri
)
9 include(../../libs
/version_info
/version_info
.pri
)
12 QMAKE_CXXFLAGS
+= -fpermissive
16 QMAKE_CXXFLAGS
+= -Wno
-enum
-compare
21 uploadergadgetconfiguration
.h \
22 uploadergadgetfactory
.h \
23 uploadergadgetoptionspage
.h \
24 uploadergadgetwidget
.h \
32 runningdevicewidget
.h \
39 uploadergadgetconfiguration
.cpp \
40 uploadergadgetfactory
.cpp \
41 uploadergadgetoptionspage
.cpp \
42 uploadergadgetwidget
.cpp \
49 runningdevicewidget
.cpp \
52 OTHER_FILES
+= Uploader
.pluginspec
57 runningdevicewidget
.ui \
60 RESOURCES
+= uploader
.qrc
62 # TODO should use GCS_SYNTH_DIR... but that will break QtCreator
63 exists( ../../../../../build
/gcs
-synthetics
/fw_resource
.qrc
) {
64 RESOURCES
+= ../../../../../build
/gcs
-synthetics
/fw_resource
.qrc
66 message("fw_resource.qrc is not available, automatic firmware upgrades are disabled")