diff options
| author | 2026-08-18 12:15:05 +0200 | |
|---|---|---|
| committer | 2026-08-18 12:15:05 +0200 | |
| commit | 132d3236bb884433bf94e961f6d32264e0334aec (patch) | |
| tree | 06638976b06f019ea4037175ff228f8271057c44 /misc-host/ELF/ELF-loader-test/ELF-loader-test.pro | |
Diffstat (limited to 'misc-host/ELF/ELF-loader-test/ELF-loader-test.pro')
| -rw-r--r-- | misc-host/ELF/ELF-loader-test/ELF-loader-test.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc-host/ELF/ELF-loader-test/ELF-loader-test.pro b/misc-host/ELF/ELF-loader-test/ELF-loader-test.pro new file mode 100644 index 0000000..b945d81 --- /dev/null +++ b/misc-host/ELF/ELF-loader-test/ELF-loader-test.pro @@ -0,0 +1,19 @@ +TEMPLATE = app +CONFIG += console +CONFIG -= app_bundle +CONFIG -= qt + +SOURCES += \ + elfinfoprint.cpp \ + main.cpp \ + bootloader_compat.cpp + +include(deployment.pri) +qtcAddDeployment() + +HEADERS += \ + datatypes.h \ + elf64header.h \ + elfinfoprint.h \ + bootloader_compat.h + |
