Bez popisu

prMap.pro 600B

123456789101112131415161718192021222324252627282930313233343536
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-04-21T21:57:04
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = prMap
  9. TEMPLATE = app
  10. # CONFIG += c++11
  11. SOURCES += main.cpp\
  12. mainwindow.cpp \
  13. census.cpp \
  14. city.cpp \
  15. country.cpp \
  16. doublepoint.cpp \
  17. map.cpp \
  18. gispoi.cpp
  19. HEADERS += mainwindow.h \
  20. census.h \
  21. city.h \
  22. country.h \
  23. doublepoint.h \
  24. map.h \
  25. gispoi.h
  26. FORMS += mainwindow.ui
  27. RESOURCES += \
  28. prmap.qrc