summaryrefslogtreecommitdiff
path: root/qhexedit2/test/chunks.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qhexedit2/test/chunks.pro')
-rw-r--r--qhexedit2/test/chunks.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/qhexedit2/test/chunks.pro b/qhexedit2/test/chunks.pro
new file mode 100644
index 0000000..52843fe
--- /dev/null
+++ b/qhexedit2/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