LegacyLauncher.pro 662 B

123456789101112131415161718192021222324252627282930313233343536
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2016-08-08T08:08:19
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. QT += core network
  8. QT += concurrent widgets
  9. QT += multimedia
  10. QT += multimediawidgets
  11. INCLUDEPATH += $$[QT_INSTALL_PREFIX]/src/3rdparty/zlib
  12. CONFIG += resources_big
  13. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  14. TARGET = LegacyLauncher
  15. TEMPLATE = app
  16. SOURCES += main.cpp \
  17. launcher.cpp
  18. HEADERS += \
  19. launcher.h
  20. FORMS += \
  21. launcher.ui
  22. RESOURCES += \
  23. resources/resources.qrc
  24. RC_FILE = resources.rc
  25. DISTFILES += \
  26. resources.rc