Files
pilotclient/samples/weatherdata/sampleweatherdata.pro
Lars Toenning bcc4bdd31e Add SPDX identifiers for REUSE compliance
Co-authored-by: Mat Sutcliffe <oktal3700@gmail.com>
2023-10-03 09:29:49 +02:00

27 lines
474 B
Prolog

# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
load(common_pre)
QT += core dbus network
TARGET = sampleweatherdata
TEMPLATE = app
CONFIG += console
CONFIG += blackmisc blackcore
CONFIG -= app_bundle
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
HEADERS += *.h
SOURCES += *.cpp
DESTDIR = $$DestRoot/bin
target.path = $$PREFIX/bin
INSTALLS += target
load(common_post)