blob: a8446692fd4d7bdb5fc23aea7fb13a6fe52acdc3 (
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 setupAutotoolsProject();
} // AutotoolsProjectManager::Internal
|