Ingen beskrivning

DVDInfo.pro 406B

123456789101112131415161718192021222324252627
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2015-01-26T22:23:47
  4. #
  5. #-------------------------------------------------
  6. QT += core
  7. QT -= gui
  8. TARGET = DVDInfo
  9. CONFIG += console
  10. CONFIG -= app_bundle
  11. TEMPLATE = app
  12. SOURCES += main.cpp \
  13. filemanip.cpp \
  14. movie.cpp
  15. HEADERS += \
  16. filemanip.h \
  17. movie.h
  18. #RESOURCES += \
  19. # database.qrc