From 004b73ed7ef33cb407897f7eccbec5f3861f99d7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 7 Jul 2023 12:37:21 +0200 Subject: Squashed 'qhexedit2/' content from commit 7f22526 git-subtree-dir: qhexedit2 git-subtree-split: 7f22526a86685aec1c5722154b8a7422d5037b77 --- test/chunks.pro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/chunks.pro (limited to 'test/chunks.pro') diff --git a/test/chunks.pro b/test/chunks.pro new file mode 100644 index 0000000..52843fe --- /dev/null +++ b/test/chunks.pro @@ -0,0 +1,18 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2015-04-20T13:35:52 +# +#------------------------------------------------- + +#greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +DEFINES += MODUL_TEST + +SOURCES += \ + main.cpp \ + ../src/chunks.cpp \ + testchunks.cpp + +HEADERS += \ + ../src/chunks.h \ + testchunks.h -- cgit v1.2.3