blob: 88339e542d2955b0874ec599c554e872dbb8ac04 (
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 setupAutogenStep();
} // AutotoolsProjectManager::Internal
|