blob: 0bc0cc264ca5d31e047b685b253c5edd11209c1e (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2016 Openismus GmbH.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace AutotoolsProjectManager::Internal {
void setupAutotoolsMakeStep();
} // AutotoolsProjectManager::Internal
|