mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
596855f579
Gather helpers in `promisehelpers.h` and add a global include file to make easier integration with the lib (`#include <QtPromise>`).
13 lines
158 B
Prolog
13 lines
158 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
tests
|
|
|
|
_qt_creator_ {
|
|
SUBDIRS += src
|
|
}
|
|
|
|
OTHER_FILES = \
|
|
package/features/*.prf \
|
|
include/* \
|
|
qtpromise.pri
|