This website requires JavaScript.
Explore
Help
Sign In
amass
/
qtpromise
Watch
1
Star
0
Fork
0
You've already forked qtpromise
mirror of
https://github.com/simonbrunel/qtpromise.git
synced
2024-11-22 02:34:30 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b7ecd95b04
qtpromise
/
qtpromise.pri
4 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 15:19:36 +08:00
INCLUDEPATH += $$PWD/include $$PWD/src
DEPENDPATH += $$PWD/include $$PWD/src
Setup Travis CI builds and code coverage Built with Qt 5.4.2/GCC 4.8.4, code coverage with LCOV 1.13 and reported to Codecov.
2017-05-26 16:29:58 +08:00
CONFIG += c++11
Reference in New Issue
Copy Permalink