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 --- example/qhexedit.pro | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 example/qhexedit.pro (limited to 'example/qhexedit.pro') diff --git a/example/qhexedit.pro b/example/qhexedit.pro new file mode 100644 index 0000000..893cdb2 --- /dev/null +++ b/example/qhexedit.pro @@ -0,0 +1,45 @@ +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +HEADERS = \ + mainwindow.h \ + optionsdialog.h \ + ../src/qhexedit.h \ + ../src/chunks.h \ + ../src/commands.h \ + searchdialog.h + + +SOURCES = \ + main.cpp \ + mainwindow.cpp \ + optionsdialog.cpp \ + ../src/qhexedit.cpp \ + ../src/chunks.cpp \ + ../src/commands.cpp \ + searchdialog.cpp + +RESOURCES = \ + qhexedit.qrc + +FORMS += \ + optionsdialog.ui \ + searchdialog.ui + +OTHER_FILES += \ + ../build-example.bat \ + ../build-python-bindings.bat \ + ../build-example.sh \ + ../build-python-bindings.sh \ + ../deploy.nsi \ + ../doc/release.txt \ + ../doc/howtorelease.txt \ + ../appveyor.yml \ + ../readme.md \ + ../setup.py \ + ../src/qhexedit.sip + +TRANSLATIONS += \ + translations/qhexedit_cs.ts \ + translations/qhexedit_de.ts + +DEFINES += QHEXEDIT_EXPORTS -- cgit v1.2.3