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 ) include( $${PWD}/../examples.pri )
TARGET = gallery TARGET = colorswitch
RESOURCES += \ RESOURCES += \
gallery.qrc colorswitch.qrc
SOURCES += \ SOURCES += \
main.cpp main.cpp

View File

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

View File

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

View File

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