gallery renamed to colorswitch
This commit is contained in:
parent
accf55b6d2
commit
9b4dec7fca
@ -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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/qml">
|
<qresource prefix="/qml">
|
||||||
<file>gallery.qml</file>
|
<file>colorswitch.qml</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -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();
|
||||||
}
|
}
|
||||||
|
@ -17,8 +17,8 @@ SUBDIRS += \
|
|||||||
# qml
|
# qml
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
buttons \
|
buttons \
|
||||||
|
colorswitch \
|
||||||
frames \
|
frames \
|
||||||
gallery \
|
|
||||||
gbenchmark \
|
gbenchmark \
|
||||||
glabels \
|
glabels \
|
||||||
lineedit \
|
lineedit \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user