demo.pro 574 B

1234567891011121314151617181920
  1. QT += quick
  2. CONFIG += c++11
  3. DEFINES += QT_DEPRECATED_WARNINGS
  4. # You can also make your code fail to compile if it uses deprecated APIs.
  5. # In order to do so, uncomment the following line.
  6. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  7. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  8. QMAKE_LIBDIR += $$[QT_SYSROOT]/usr/lib/gfa
  9. QMAKE_RPATHDIR += /usr/lib/gfa
  10. SOURCES += \
  11. main.cpp
  12. RESOURCES += qml.qrc
  13. target.path = /opt/GfA/demo/tivaflashplugindemo
  14. INSTALLS += target