forked from qt-creator/qt-creator
Meson: Trivial fix for tests
Meson sample folder was renamed without updating tests. Change-Id: I95b984b6d18a43e0f570368b76b669376fff4f0e Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ struct projectData
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
static const QList<projectData> projectList{
|
static const QList<projectData> projectList{
|
||||||
{"Simple C Project", "SimpleCProject", {"SimpleCProject"}}};
|
{"Simple C Project", "simplecproject", {"SimpleCProject"}}};
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
#define WITH_CONFIGURED_PROJECT(_source_dir, _build_dir, ...) \
|
#define WITH_CONFIGURED_PROJECT(_source_dir, _build_dir, ...) \
|
||||||
|
@@ -34,7 +34,7 @@
|
|||||||
using namespace MesonProjectManager::Internal;
|
using namespace MesonProjectManager::Internal;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
static const QList<QPair<const char *, QString>> projectList{{"Simple C Project", "SimpleCProject"}};
|
static const QList<QPair<const char *, QString>> projectList{{"Simple C Project", "simplecproject"}};
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
class AMesonWrapper : public QObject
|
class AMesonWrapper : public QObject
|
||||||
|
Reference in New Issue
Block a user