GildorsFontRestorator.pro 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2018-03-08T00:24:49
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = GildorsFontRestorator
  9. TEMPLATE = app
  10. QMAKE_CXXFLAGS += -Os -mpreferred-stack-boundary=2 -finline-small-functions -momit-leaf-frame-pointer
  11. # The following define makes your compiler emit warnings if you use
  12. # any feature of Qt which has been marked as deprecated (the exact warnings
  13. # depend on your compiler). Please consult the documentation of the
  14. # deprecated API in order to know how to port your code away from it.
  15. DEFINES += QT_DEPRECATED_WARNINGS
  16. # You can also make your code fail to compile if you use deprecated APIs.
  17. # In order to do so, uncomment the following line.
  18. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  19. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  20. SOURCES += \
  21. main.cpp \
  22. gui.cpp \
  23. qpushablelabel.cpp
  24. HEADERS += \
  25. gui.h \
  26. qpushablelabel.h
  27. FORMS += \
  28. gui.ui
  29. RESOURCES += \
  30. data.qrc
  31. win32: LIBS += -L$$PWD/lotro_dat/lib/ -lLotroDat_static
  32. INCLUDEPATH += $$PWD/lotro_dat/include
  33. DEPENDPATH += $$PWD/lotro_dat/include
  34. win32:!win32-g++: PRE_TARGETDEPS += $$PWD/lotro_dat/lib/LotroDat_static.lib
  35. else:win32-g++: PRE_TARGETDEPS += $$PWD/lotro_dat/lib/libLotroDat_static.a
  36. unix:!macx|win32: LIBS += -L$$PWD/lotro_dat/Third_party/lib/ -lyaml-cpp
  37. INCLUDEPATH += $$PWD/lib/Third_party
  38. DEPENDPATH += $$PWD/lib/Third_party
  39. win32:!win32-g++: PRE_TARGETDEPS += $$PWD/lotro_dat/Third_party/lib/yaml-cpp.lib
  40. else:unix:!macx|win32-g++: PRE_TARGETDEPS += $$PWD/lotro_dat/Third_party/lib/libyaml-cpp.a
  41. unix:!macx|win32: LIBS += -L$$PWD/lotro_dat/Third_party/lib/ -lzlibstatic
  42. INCLUDEPATH += $$PWD/lotro_dat/Third_party
  43. DEPENDPATH += $$PWD/lotro_dat/Third_party
  44. win32:!win32-g++: PRE_TARGETDEPS += $$PWD/lotro_dat/Third_party/lib/zlibstatic.lib
  45. else:unix:!macx|win32-g++: PRE_TARGETDEPS += $$PWD/lotro_dat/Third_party/lib/libzlibstatic.a
  46. RC_ICONS = $$PWD/data/icon.ico