Created
November 16, 2016 23:26
-
-
Save Phrogz/5096b53ee08173ee3eca59805e48fe29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEMPLATE = app | |
QT += qml quick | |
CONFIG += c++11 | |
SOURCES += main.cpp | |
RESOURCES += qml.qrc | |
INSTALL_DIR = $$PWD/../install | |
target.path = $$INSTALL_DIR | |
# Copy the QQuickMapboxGL folder to the install directory | |
plugin.files = QQuickMapboxGL/* | |
plugin.path = $$INSTALL_DIR/QQuickMapboxGL | |
INSTALLS += target plugin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create directory named `QQuickMapboxGL` and place this `qmldir` file in it | |
plugin qmapboxgl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment