forked from qt-creator/qt-creator
Tests: Fix build
Amends a7f867ab06
.
Change-Id: I5854228fce2d4537305535c332a1a39b21619f62
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
7c942cfd18
commit
ced2b9c4c0
@@ -3,6 +3,6 @@ file(RELATIVE_PATH TEST_RELATIVE_LIBEXEC_PATH "/${RELATIVE_TEST_PATH}" "/${IDE_L
|
|||||||
|
|
||||||
add_qtc_test(tst_qtcprocess
|
add_qtc_test(tst_qtcprocess
|
||||||
DEFINES "TEST_RELATIVE_LIBEXEC_PATH=\"${TEST_RELATIVE_LIBEXEC_PATH}\""
|
DEFINES "TEST_RELATIVE_LIBEXEC_PATH=\"${TEST_RELATIVE_LIBEXEC_PATH}\""
|
||||||
DEPENDS Utils
|
DEPENDS Utils app_version
|
||||||
SOURCES tst_qtcprocess.cpp
|
SOURCES tst_qtcprocess.cpp
|
||||||
)
|
)
|
||||||
|
@@ -3,6 +3,8 @@ import qbs.FileInfo
|
|||||||
QtcAutotest {
|
QtcAutotest {
|
||||||
name: "QtcProcess autotest"
|
name: "QtcProcess autotest"
|
||||||
Depends { name: "Utils" }
|
Depends { name: "Utils" }
|
||||||
|
Depends { name: "app_version_header" }
|
||||||
|
|
||||||
files: "tst_qtcprocess.cpp"
|
files: "tst_qtcprocess.cpp"
|
||||||
cpp.defines: {
|
cpp.defines: {
|
||||||
var defines = base;
|
var defines = base;
|
||||||
|
Reference in New Issue
Block a user