Skip to content
PatherQuick.pro 1.17 KiB
Newer Older
Gabriel Aprigliano Fernandes's avatar
Gabriel Aprigliano Fernandes committed
#
#    PatherQuick: PatherQuick.pro
#    this file was created automatically from the QtQuick Application Template.
#    more info at:
#                  http://gaf.impa.br   or    http://www.gabrieldesign.com.br
#
#    This file is part of PatherQuick.
#
#    PatherQuick is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    PatherQuick is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with Foobar.  If not, see <http:#www.gnu.org/licenses/>.
#

TEMPLATE = app

QT += qml quick

SOURCES += main.cpp

RESOURCES += qml.qrc

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

# Default rules for deployment.
include(deployment.pri)
Gabriel Aprigliano Fernandes's avatar
Gabriel Aprigliano Fernandes committed

DISTFILES += \
    README.TXT \
    COPYING.TXT