don't build shared demo library which is not used anyway
this amends 5a2fc03ef4 Change-Id: I42b2141ad33b75041ee2bb58af642fc3d07f290e Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
839009c74f
commit
b644ed510a
@ -1,28 +1,15 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = basicdrawing \
|
SUBDIRS = basicdrawing \
|
||||||
concentriccircles \
|
concentriccircles \
|
||||||
examples_affine \
|
affine \
|
||||||
examples_composition \
|
composition \
|
||||||
examples_deform \
|
deform \
|
||||||
examples_gradients \
|
gradients \
|
||||||
examples_pathstroke \
|
pathstroke \
|
||||||
painting_shared \
|
|
||||||
imagecomposition \
|
imagecomposition \
|
||||||
painterpaths \
|
painterpaths \
|
||||||
transformations \
|
transformations \
|
||||||
fontsampler
|
fontsampler
|
||||||
|
|
||||||
examples_affine.subdir = affine
|
EXAMPLE_FILES = \
|
||||||
examples_composition.subdir = composition
|
shared
|
||||||
examples_deform.subdir = deform
|
|
||||||
examples_gradients.subdir = gradients
|
|
||||||
examples_pathstroke.subdir = pathstroke
|
|
||||||
painting_shared.subdir = shared
|
|
||||||
|
|
||||||
!ordered {
|
|
||||||
examples_affine.depends = painting_shared
|
|
||||||
examples_deform.depends = painting_shared
|
|
||||||
examples_gradients.depends = painting_shared
|
|
||||||
examples_composition.depends = painting_shared
|
|
||||||
examples_pathstroke.depends = painting_shared
|
|
||||||
}
|
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
TEMPLATE = lib
|
|
||||||
CONFIG += static
|
|
||||||
|
|
||||||
qtHaveModule(opengl) {
|
|
||||||
DEFINES += QT_OPENGL_SUPPORT
|
|
||||||
QT += opengl
|
|
||||||
}
|
|
||||||
QT += widgets
|
|
||||||
|
|
||||||
build_all:!build_pass {
|
|
||||||
CONFIG -= build_all
|
|
||||||
CONFIG += release
|
|
||||||
}
|
|
||||||
TARGET = demo_shared
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
arthurstyle.cpp\
|
|
||||||
arthurwidgets.cpp \
|
|
||||||
hoverpoints.cpp
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
arthurstyle.h \
|
|
||||||
arthurwidgets.h \
|
|
||||||
hoverpoints.h
|
|
||||||
|
|
||||||
RESOURCES += shared.qrc
|
|
Loading…
x
Reference in New Issue
Block a user