I just wanted to post Miro's response to my original question just in case other developers have the same question as I did. Hi Dan, Good question. As you know, QP/Spy software tracing has not been ported/integrated with Qt yet, so compatibility between these components is unclear. Qt is certainly a big and complex piece of software so I suspect that getting QP/Spy up and running in this environment will be non-trivial. And even bigger step would be integration of QUTest with Qt. You see, typically...
We are attempting to automate testing of our embedded UI. Has anyone had any luck with using QUTest and a QP-Qt Application? We noticed there are no QUTest and QP-Qt examples in the QP Bundle installer.
I looked at the Makefile for blinky between the two versions. QP Bundle Version 7.1.1 (qutest blinky Makefile): #----------------------------------------------------------------------------- # add QP/C++ framework (depends on the OS this Makefile runs on): # ifeq ($(OS),Windows_NT) QP_PORT_DIR := $(QPCPP)/ports/win32-qutest LIB_DIRS += -L$(QP_PORT_DIR)/mingw LIBS += -lqp -lws2_32 else QP_PORT_DIR := $(QPCPP)/ports/posix-qutest CPP_SRCS += \ qep_hsm.cpp \ qep_msm.cpp \ qf_act.cpp \ qf_actq.cpp \ qf_defer.cpp...
I looked at the Makefile for blinky between the two versions. QP Bundle Version 7.1.1 (blinky Makefile): #----------------------------------------------------------------------------- # add QP/C++ framework (depends on the OS this Makefile runs on): # ifeq ($(OS),Windows_NT) QP_PORT_DIR := $(QPCPP)/ports/win32-qutest LIB_DIRS += -L$(QP_PORT_DIR)/mingw LIBS += -lqp -lws2_32 else QP_PORT_DIR := $(QPCPP)/ports/posix-qutest CPP_SRCS += \ qep_hsm.cpp \ qep_msm.cpp \ qf_act.cpp \ qf_actq.cpp \ qf_defer.cpp...
QP Bundle Version 7.1.3 Windows installer lacking QUTest Port files
External Code Generation not backward compatible
External Generated File - lack of newline after $define incorrectly generates code
External Generated File - lack of newline after $define incorrectly generates code