Skip to content

Instantly share code, notes, and snippets.

@neel
Created September 9, 2017 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neel/7006bec82cbaff549287932966b1fe56 to your computer and use it in GitHub Desktop.
Save neel/7006bec82cbaff549287932966b1fe56 to your computer and use it in GitHub Desktop.
#-------------------------------------------------
#
# Project created by QtCreator 2017-08-25T22:40:16
#
#-------------------------------------------------
CONFIG += c++11
QT += core gui quick qml location
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PrediGeo
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
mapview.cpp \
markermodel.cpp
HEADERS += mainwindow.h \
mapview.h \
markermodel.h
FORMS += mainwindow.ui
RESOURCES += \
resources.qrc
DISTFILES += \
main.qml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment