mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-16 10:22:07 +08:00
20 lines
689 B
Prolog
20 lines
689 B
Prolog
HEADERS = qt/widgets/drive_stats.h \
|
|
qt/offroad/settings.h \
|
|
qt/offroad/settings_dp.h \
|
|
ui.h
|
|
SOURCES = main.cc \
|
|
paint.cc \
|
|
paint_dp.cc \
|
|
qt/home.cc \
|
|
qt/widgets/prime.cc \
|
|
qt/widgets/setup.cc \
|
|
qt/widgets/drive_stats.cc \
|
|
qt/widgets/ssh_keys.cc \
|
|
qt/offroad/settings.cc \
|
|
qt/offroad/networking.cc \
|
|
qt/sidebar.cc
|
|
|
|
TRANSLATIONS = translations/en-US.ts \
|
|
translations/zh-TW.ts \
|
|
translations/zh-CN.ts
|