qt6windows7/examples/embedded/lightmaps/lightmaps.pro

13 lines
291 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
TEMPLATE = app
HEADERS = lightmaps.h \
mapzoom.h \
slippymap.h
SOURCES = lightmaps.cpp \
main.cpp \
mapzoom.cpp \
slippymap.cpp
QT += network widgets
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/lightmaps
INSTALLS += target