Commit eae270cb authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Merge remote-tracking branch 'origin/release' into stable

Change-Id: Icf07a52714047b64da742762dff1b25346a313a9
parents c5714c2e d6b64899
No related merge requests found
Showing with 6 additions and 2 deletions
load(qt_build_config) load(qt_build_config)
CONFIG += qt_example_installs CONFIG += qt_example_installs
MODULE_VERSION = 5.0.2
...@@ -9,7 +9,8 @@ HEADERS = ../control/qaxaggregated.h \ ...@@ -9,7 +9,8 @@ HEADERS = ../control/qaxaggregated.h \
qaxobject.h \ qaxobject.h \
qaxscript.h \ qaxscript.h \
qaxselect.h \ qaxselect.h \
../shared/qaxtypes.h ../shared/qaxtypes.h \
../shared/qaxutils_p.h
SOURCES = qaxbase.cpp \ SOURCES = qaxbase.cpp \
qaxdump.cpp \ qaxdump.cpp \
...@@ -18,7 +19,8 @@ SOURCES = qaxbase.cpp \ ...@@ -18,7 +19,8 @@ SOURCES = qaxbase.cpp \
qaxscript.cpp \ qaxscript.cpp \
qaxscriptwrapper.cpp \ qaxscriptwrapper.cpp \
qaxselect.cpp \ qaxselect.cpp \
../shared/qaxtypes.cpp ../shared/qaxtypes.cpp \
../shared/qaxutils.cpp
FORMS = qaxselect.ui FORMS = qaxselect.ui
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment