diff options
Diffstat (limited to 'examples/positioning/logfilepositionsource/logfilepositionsource.pro')
-rw-r--r-- | examples/positioning/logfilepositionsource/logfilepositionsource.pro | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/positioning/logfilepositionsource/logfilepositionsource.pro b/examples/positioning/logfilepositionsource/logfilepositionsource.pro deleted file mode 100644 index cb9e30ae..00000000 --- a/examples/positioning/logfilepositionsource/logfilepositionsource.pro +++ /dev/null @@ -1,16 +0,0 @@ -TEMPLATE = app -TARGET = logfilepositionsource -QT = positioning core widgets - - -HEADERS = logfilepositionsource.h \ - clientapplication.h -SOURCES = logfilepositionsource.cpp \ - clientapplication.cpp \ - main.cpp - -RESOURCES += \ - logfile.qrc - -target.path = $$[QT_INSTALL_EXAMPLES]/positioning/logfilepositionsource -INSTALLS += target |