diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-02-15 12:50:06 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-02-15 12:50:06 +0106 |
| commit | e5382e43fcc8d143db24d80833a02b44b9c0b78e (patch) | |
| tree | 3057ebdfaa833808265501e4b3173ce20d39ab21 /schulung_tools/leds/leds.pro | |
| parent | e46aa51aa27833e44975b24842e8175c4a0a54da (diff) | |
schulung_tools: leds: add Qt leds application for host
The leds application runs on the host and is used to simulate
PCI hardware with 3 LEDs. See the README for information about
how to build and use it.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'schulung_tools/leds/leds.pro')
| -rw-r--r-- | schulung_tools/leds/leds.pro | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/schulung_tools/leds/leds.pro b/schulung_tools/leds/leds.pro new file mode 100644 index 0000000..b59b4c9 --- /dev/null +++ b/schulung_tools/leds/leds.pro @@ -0,0 +1,24 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2016-05-29T21:13:13 +# +#------------------------------------------------- + +QT += core gui + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +TARGET = leds +TEMPLATE = app + + +SOURCES += main.cpp\ + leds.cpp + +HEADERS += leds.h + +FORMS += leds.ui + +RESOURCES += + +DISTFILES += |
