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