mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
27 lines
504 B
Prolog
27 lines
504 B
Prolog
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
load(common_pre)
|
|
|
|
QT += core dbus network multimedia
|
|
|
|
TARGET = sampleblackmiscquantities
|
|
TEMPLATE = app
|
|
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
CONFIG += blackmisc blackcore
|
|
|
|
DEPENDPATH += . $$SourceRoot/src/blackmisc
|
|
INCLUDEPATH += . $$SourceRoot/src
|
|
|
|
DESTDIR = $$DestRoot/bin
|
|
|
|
HEADERS += *.h
|
|
SOURCES += *.cpp
|
|
|
|
target.path = $$PREFIX/bin
|
|
INSTALLS += target
|
|
|
|
load(common_post)
|