dialogbuttons moved to playground

This commit is contained in:
Uwe Rathmann 2018-11-05 14:04:49 +01:00
parent 2874d68d23
commit a5f9bd7f0c
6 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ TEMPLATE = subdirs
# c++ # c++
SUBDIRS += \ SUBDIRS += \
desktop \ desktop \
dialogbuttons \
layouts \ layouts \
listbox \ listbox \
messagebox \ messagebox \

View File

@ -1,4 +1,4 @@
include( $${PWD}/../example.pri ) include( $${PWD}/../playground.pri )
TARGET = dialogbuttons TARGET = dialogbuttons

View File

@ -2,8 +2,8 @@ include( $${PWD}/../qskconfig.pri )
TEMPLATE = subdirs TEMPLATE = subdirs
# qml
SUBDIRS += \ SUBDIRS += \
dialogbuttons \
invoker \ invoker \
inputpanel \ inputpanel \
images images