newrpl/tools/elf2rom/elf2rom.pro

13 lines
214 B
Prolog

TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += \
elf2rom.c
LIBS += -lelf
install_bin.path = $$PWD/../../tools-bin
install_bin.files = $$OUT_PWD/elf2rom
INSTALLS += install_bin