examples.pri -> example.pri
This commit is contained in:
parent
45027d2983
commit
894b2707b1
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = automotive
|
TARGET = automotive
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = boxes
|
TARGET = boxes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = buttons
|
TARGET = buttons
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = colorswitch
|
TARGET = colorswitch
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = desktop
|
TARGET = desktop
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = dialogbuttons
|
TARGET = dialogbuttons
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = frames
|
TARGET = frames
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
QT += svg
|
QT += svg
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = glabels
|
TARGET = glabels
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = layouts
|
TARGET = layouts
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = listbox
|
TARGET = listbox
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = messagebox
|
TARGET = messagebox
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = messageboxQml
|
TARGET = messageboxQml
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = qvgviewer
|
TARGET = qvgviewer
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = sliders
|
TARGET = sliders
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = tabview
|
TARGET = tabview
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = thumbnails
|
TARGET = thumbnails
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
include( $${PWD}/../examples.pri )
|
include( $${PWD}/../example.pri )
|
||||||
|
|
||||||
TARGET = tlabels
|
TARGET = tlabels
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue