mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
13 lines
214 B
Prolog
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
|