mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 06:42:10 +02:00
Cleaning up test project
This commit is contained in:
parent
940b095013
commit
fee920723a
2 changed files with 19 additions and 148 deletions
|
@ -1,45 +0,0 @@
|
|||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
|
||||
** Contact: http://www.qt-project.org/legal
|
||||
**
|
||||
** This file is part of the Qt Quick Controls module of the Qt Toolkit.
|
||||
**
|
||||
** $QT_BEGIN_LICENSE:BSD$
|
||||
** You may use this file under the terms of the BSD license as follows:
|
||||
**
|
||||
** "Redistribution and use in source and binary forms, with or without
|
||||
** modification, are permitted provided that the following conditions are
|
||||
** met:
|
||||
** * Redistributions of source code must retain the above copyright
|
||||
** notice, this list of conditions and the following disclaimer.
|
||||
** * Redistributions in binary form must reproduce the above copyright
|
||||
** notice, this list of conditions and the following disclaimer in
|
||||
** the documentation and/or other materials provided with the
|
||||
** distribution.
|
||||
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
|
||||
** of its contributors may be used to endorse or promote products derived
|
||||
** from this software without specific prior written permission.
|
||||
**
|
||||
**
|
||||
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
|
||||
**
|
||||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
.pragma library
|
||||
|
||||
var margin = 2
|
||||
var tabPosition = Qt.TopEdge
|
||||
var label = ""
|
|
@ -7,108 +7,24 @@ CONFIG += c++11
|
|||
SOURCES += src/main.cpp \
|
||||
../../libraries/ui/src/FileDialogHelper.cpp
|
||||
|
||||
# Additional import path used to resolve QML modules in Qt Creator's code model
|
||||
QML_IMPORT_PATH =
|
||||
|
||||
DISTFILES += \
|
||||
qml/UI.js \
|
||||
qml/main.qml \
|
||||
qml/Palettes.qml \
|
||||
qml/StubMenu.qml \
|
||||
qml/Stubs.qml \
|
||||
qml/TestControllers.qml \
|
||||
qml/TestDialog.qml \
|
||||
qml/TestMenu.qml \
|
||||
qml/TestRoot.qml \
|
||||
qml/controlDemo/ButtonPage.qml \
|
||||
qml/controlDemo/InputPage.qml \
|
||||
qml/controlDemo/main.qml \
|
||||
qml/controlDemo/ProgressPage.qml \
|
||||
../../interface/resources/qml/controller/hydra/HydraButtons.qml \
|
||||
../../interface/resources/qml/controller/hydra/HydraStick.qml \
|
||||
../../interface/resources/qml/controller/xbox/DPad.qml \
|
||||
../../interface/resources/qml/controller/xbox/LeftAnalogStick.qml \
|
||||
../../interface/resources/qml/controller/xbox/RightAnalogStick.qml \
|
||||
../../interface/resources/qml/controller/xbox/XboxButtons.qml \
|
||||
../../interface/resources/qml/controller/AnalogButton.qml \
|
||||
../../interface/resources/qml/controller/AnalogStick.qml \
|
||||
../../interface/resources/qml/controller/Hydra.qml \
|
||||
../../interface/resources/qml/controller/Standard.qml \
|
||||
../../interface/resources/qml/controller/ToggleButton.qml \
|
||||
../../interface/resources/qml/controller/Xbox.qml \
|
||||
../../interface/resources/qml/controls/Button.qml \
|
||||
../../interface/resources/qml/controls/ButtonAwesome.qml \
|
||||
../../interface/resources/qml/controls/CheckBox.qml \
|
||||
../../interface/resources/qml/controls/FontAwesome.qml \
|
||||
../../interface/resources/qml/controls/Player.qml \
|
||||
../../interface/resources/qml/controls/Slider.qml \
|
||||
../../interface/resources/qml/controls/Spacer.qml \
|
||||
../../interface/resources/qml/controls/SpinBox.qml \
|
||||
../../interface/resources/qml/controls/Text.qml \
|
||||
../../interface/resources/qml/controls/TextAndSlider.qml \
|
||||
../../interface/resources/qml/controls/TextAndSpinBox.qml \
|
||||
../../interface/resources/qml/controls/TextArea.qml \
|
||||
../../interface/resources/qml/controls/TextEdit.qml \
|
||||
../../interface/resources/qml/controls/TextHeader.qml \
|
||||
../../interface/resources/qml/controls/TextInput.qml \
|
||||
../../interface/resources/qml/controls/TextInputAndButton.qml \
|
||||
../../interface/resources/qml/controls/WebView.qml \
|
||||
../../interface/resources/qml/dialogs/FileDialog.qml \
|
||||
../../interface/resources/qml/dialogs/MessageDialog.qml \
|
||||
../../interface/resources/qml/dialogs/RunningScripts.qml \
|
||||
../../interface/resources/qml/hifi/MenuOption.qml \
|
||||
../../interface/resources/qml/styles/Border.qml \
|
||||
../../interface/resources/qml/styles/HifiConstants.qml \
|
||||
../../interface/resources/qml/windows/DefaultFrame.qml \
|
||||
../../interface/resources/qml/windows/Fadable.qml \
|
||||
../../interface/resources/qml/windows/Frame.qml \
|
||||
../../interface/resources/qml/windows/ModalFrame.qml \
|
||||
../../interface/resources/qml/windows/Window.qml \
|
||||
../../interface/resources/qml/AddressBarDialog.qml \
|
||||
../../interface/resources/qml/AvatarInputs.qml \
|
||||
../../interface/resources/qml/Browser.qml \
|
||||
../../interface/resources/qml/InfoView.qml \
|
||||
../../interface/resources/qml/LoginDialog.qml \
|
||||
../../interface/resources/qml/QmlWebWindow.qml \
|
||||
../../interface/resources/qml/QmlWindow.qml \
|
||||
../../interface/resources/qml/Root.qml \
|
||||
../../interface/resources/qml/ScrollingGraph.qml \
|
||||
../../interface/resources/qml/Stats.qml \
|
||||
../../interface/resources/qml/TextOverlayElement.qml \
|
||||
../../interface/resources/qml/Tooltip.qml \
|
||||
../../interface/resources/qml/ToolWindow.qml \
|
||||
../../interface/resources/qml/UpdateDialog.qml \
|
||||
../../interface/resources/qml/VrMenu.qml \
|
||||
../../interface/resources/qml/VrMenuItem.qml \
|
||||
../../interface/resources/qml/VrMenuView.qml \
|
||||
../../interface/resources/qml/WebEntity.qml \
|
||||
../../interface/resources/qml/desktop/Desktop.qml \
|
||||
../../interface/resources/qml/hifi/Desktop.qml \
|
||||
../../interface/resources/qml/menus/MenuMouseHandler.qml \
|
||||
../../interface/resources/qml/menus/VrMenuItem.qml \
|
||||
../../interface/resources/qml/menus/VrMenuView.qml \
|
||||
../../interface/resources/qml/windows/ModalWindow.qml \
|
||||
../../interface/resources/qml/desktop/FocusHack.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/PreferencesDialog.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/Section.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/Browsable.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/Section.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/Editable.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/Slider.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/Preference.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/CheckBox.qml \
|
||||
../../interface/resources/qml/dialogs/fileDialog/FileTableView.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/Avatar.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/AvatarBrowser.qml \
|
||||
../../interface/resources/qml/dialogs/QueryDialog.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/Button.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/AvatarPreference.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/BrowsablePreference.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/ButtonPreference.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/CheckBoxPreference.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/EditablePreference.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/SliderPreference.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/SpinBoxPreference.qml
|
||||
|
||||
HEADERS += \
|
||||
../../libraries/ui/src/FileDialogHelper.h
|
||||
|
||||
# Additional import path used to resolve QML modules in Qt Creator's code model
|
||||
QML_IMPORT_PATH = ../../interface/resources/qml
|
||||
|
||||
|
||||
DISTFILES += \
|
||||
qml/*.qml \
|
||||
../../interface/resources/qml/*.qml \
|
||||
../../interface/resources/qml/controls/*.qml \
|
||||
../../interface/resources/qml/dialogs/*.qml \
|
||||
../../interface/resources/qml/dialogs/fileDialog/*.qml \
|
||||
../../interface/resources/qml/desktop/*.qml \
|
||||
../../interface/resources/qml/menus/*.qml \
|
||||
../../interface/resources/qml/styles/*.qml \
|
||||
../../interface/resources/qml/windows/*.qml \
|
||||
../../interface/resources/qml/hifi/*.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/*.qml \
|
||||
../../interface/resources/qml/hifi/dialogs/preferences/*.qml
|
||||
|
||||
|
|
Loading…
Reference in a new issue