mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-01 17:52:12 +01:00
11 lines
184 B
Prolog
11 lines
184 B
Prolog
|
TEMPLATE = lib
|
||
|
TARGET = QtConcurrent
|
||
|
DEFINES += BUILD_QTCONCURRENT
|
||
|
|
||
|
include(../../qtcreatorlibrary.pri)
|
||
|
|
||
|
HEADERS += \
|
||
|
qtconcurrent_global.h \
|
||
|
multitask.h \
|
||
|
runextensions.h
|