2025-05-10 21:49:39 +08:00

13 lines
219 B
Prolog

QT += widgets
HEADERS = desktopwindow.h \
xdgdesktopfile.h
SOURCES = desktopwindow.cpp \
main.cpp \
xdgdesktopfile.cpp
RESOURCES += QLauncher.qrc
TARGET = QLauncher