summaryrefslogtreecommitdiffstats
path: root/examples/embedded/lightmaps/lightmaps.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/lightmaps/lightmaps.pro')
-rw-r--r--examples/embedded/lightmaps/lightmaps.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/embedded/lightmaps/lightmaps.pro b/examples/embedded/lightmaps/lightmaps.pro
deleted file mode 100644
index bb75cf0a9c..0000000000
--- a/examples/embedded/lightmaps/lightmaps.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-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