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
|
||||
DEFINES "TEST_RELATIVE_LIBEXEC_PATH=\"${TEST_RELATIVE_LIBEXEC_PATH}\""
|
||||
DEPENDS Utils
|
||||
DEPENDS Utils app_version
|
||||
SOURCES tst_qtcprocess.cpp
|
||||
)
|
||||
|
@@ -3,6 +3,8 @@ import qbs.FileInfo
|
||||
QtcAutotest {
|
||||
name: "QtcProcess autotest"
|
||||
Depends { name: "Utils" }
|
||||
Depends { name: "app_version_header" }
|
||||
|
||||
files: "tst_qtcprocess.cpp"
|
||||
cpp.defines: {
|
||||
var defines = base;
|
||||
|
Reference in New Issue
Block a user