gallery renamed to colorswitch

This commit is contained in:
Uwe Rathmann 2017-07-23 12:49:25 +02:00
parent accf55b6d2
commit 9b4dec7fca
4 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
include( $${PWD}/../examples.pri )
TARGET = gallery
TARGET = colorswitch
RESOURCES += \
gallery.qrc
colorswitch.qrc
SOURCES += \
main.cpp

View File

@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/qml">
<file>gallery.qml</file>
<file>colorswitch.qml</file>
</qresource>
</RCC>

View File

@ -106,7 +106,7 @@ int main( int argc, char* argv[] )
SkinnyShortcut::enable( SkinnyShortcut::Quit |
SkinnyShortcut::DebugShortcuts );
QQmlApplicationEngine engine( QUrl( "qrc:/qml/gallery.qml" ) );
QQmlApplicationEngine engine( QUrl( "qrc:/qml/colorswitch.qml" ) );
return app.exec();
}

View File

@ -17,8 +17,8 @@ SUBDIRS += \
# qml
SUBDIRS += \
buttons \
colorswitch \
frames \
gallery \
gbenchmark \
glabels \
lineedit \