From 189b0432737a856194795d8230ff0c9ecba41324 Mon Sep 17 00:00:00 2001 From: pfilipch Date: Wed, 31 Jan 2018 15:45:36 +0300 Subject: [PATCH] build test from pro --- librf625.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/librf625.pro b/librf625.pro index 93316c6..33c5f5b 100644 --- a/librf625.pro +++ b/librf625.pro @@ -1,5 +1,8 @@ +# https://gitlab.com/riftek/dev/rf625/librf625 + QT -= core gui +# uncomment to build test binary #CONFIG += test DEFINES += RF625_LIBRARY @@ -28,3 +31,5 @@ SOURCES += \ src/rf625.cpp \ src/sockfun.cpp \ src/wshlp.cpp + +test: SOURCES += src/test.cpp -- GitLab