mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
26 lines
430 B
Prolog
26 lines
430 B
Prolog
include (../../externals.pri)
|
|
|
|
# GUI is required for the matrix classes
|
|
QT += network dbus
|
|
|
|
TARGET = blackcore
|
|
TEMPLATE = lib
|
|
CONFIG += staticlib c++11
|
|
|
|
INCLUDEPATH += ..
|
|
DEPENDPATH += . ..
|
|
|
|
# linux-g++* { QMAKE_CXXFLAGS += -std=c++0x }
|
|
# PRECOMPILED_HEADER = stdpch.h
|
|
|
|
precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
|
DEFINES += USING_PCH
|
|
}
|
|
|
|
DEFINES += LOG_IN_FILE
|
|
|
|
HEADERS += *.h
|
|
SOURCES += *.cpp
|
|
|
|
DESTDIR = ../../lib
|