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