summaryrefslogtreecommitdiffstats
path: root/src/qt_hw_init/qt_hw_init.pro
blob: 4784926aa5bfdea8cdc54346a2211d4262861702 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = app
TARGET = qt_hw_init
QT -= gui
QT += b2qtutils

SOURCES += main.cpp

load(qt_tool)