qtpromise/qtpromise.pro
Simon Brunel 596855f579 Move helpers in separate file and add unit tests
Gather helpers in `promisehelpers.h` and add a global include file to make easier integration with the lib (`#include <QtPromise>`).
2017-05-25 09:19:36 +02:00

13 lines
158 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
tests
_qt_creator_ {
SUBDIRS += src
}
OTHER_FILES = \
package/features/*.prf \
include/* \
qtpromise.pri