No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

57 líneas
1.6 KiB

  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2023-04-12T13:38:04
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = LogsValet
  9. TEMPLATE = app
  10. # The following define makes your compiler emit warnings if you use
  11. # any feature of Qt which as been marked as deprecated (the exact warnings
  12. # depend on your compiler). Please consult the documentation of the
  13. # deprecated API in order to know how to port your code away from it.
  14. DEFINES += QT_DEPRECATED_WARNINGS
  15. # You can also make your code fail to compile if you use deprecated APIs.
  16. # In order to do so, uncomment the following line.
  17. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  18. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  19. SOURCES += \
  20. Sources/Gui/MainWindow.cpp \
  21. Sources/main.cpp \
  22. Sources/LogsSorter.cpp \
  23. Sources/LogsSorterConfig.cpp \
  24. Sources/LogsSorterConfigData.cpp \
  25. Sources/Gui/ConfigPage.cpp \
  26. Sources/Gui/StatusWindow.cpp \
  27. Sources/LogsHandler.cpp
  28. HEADERS += \
  29. Sources/Gui/MainWindow.h \
  30. Sources/LogsSorter.h \
  31. Sources/LogsSorterConfig.h \
  32. Sources/LogsSorterConfigData.h \
  33. Sources/Gui/ConfigPage.h \
  34. Sources/Gui/StatusWindow.h \
  35. Sources/LogsHandler.h \
  36. Sources/defines.h
  37. FORMS += \
  38. Sources/Gui/MainWindow.ui \
  39. Sources/Gui/ConfigPage.ui \
  40. Sources/Gui/StatusWindow.ui
  41. INCLUDEPATH += $$PWD/ \
  42. $$PWD/Sources \
  43. $$PWD/Sources/Gui \
  44. DISTFILES += \
  45. LogsValet.cfg