Skip to content

Commit

Permalink
Build demo files into qt3d/bin and tidy up demo .pro files
Browse files Browse the repository at this point in the history
Change-Id: I9a0e5bc28ae1089819dce7a766c572e8a4f8b780
Reviewed-by: Danny Pope <[email protected]>
  • Loading branch information
Julian de Bhal authored and Qt by Nokia committed Feb 12, 2012
1 parent 89ed10a commit ce825d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions demos/qt3d/cubehouse/cubehouse.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ TARGET = cubehouse
CONFIG += qt warn_on
QT += qt3d

include (../../../pkg.pri)

SOURCES = cubeview.cpp main.cpp projectivetextureeffect.cpp
HEADERS = cubeview.h projectivetextureeffect.h
win32:DEFINES+=_CRT_SECURE_NO_WARNINGS
Expand Down
5 changes: 2 additions & 3 deletions demos/qt3d/pageflip/pageflip.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ TARGET = pageflip
CONFIG += qt warn_on
QT += qt3d

include(../../../pkg.pri)

SOURCES = pageflip.cpp pageflipmath.cpp
HEADERS = pageflipmath_p.h
RESOURCES = pageflip.qrc

CONFIG += qt3d_deploy_pkg
include(../../../pkg.pri)

OTHER_FILES += \
pageflip.rc

Expand Down
3 changes: 2 additions & 1 deletion demos/qt3d/photobrowser3d/photobrowser3d.pro
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
TEMPLATE = app
TARGET = photobrowser3d
CONFIG += qt warn_on

QT += qt3d

include (../../../pkg.pri)

SOURCES += main.cpp\
photobrowser3dview.cpp \
imagedisplay.cpp \
Expand Down
2 changes: 2 additions & 0 deletions demos/qt3d/shapes/shapes.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ TARGET = shapes
CONFIG += qt warn_on
QT += qt3d

include (../../../pkg.pri)

SOURCES = shapes.cpp

OTHER_FILES += \
Expand Down
3 changes: 2 additions & 1 deletion demos/qt3d/teaservice/teaservice.pro
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
TEMPLATE = app
TARGET = teaservice
CONFIG += qt warn_on

QT += qt3d

include (../../../pkg.pri)

SOURCES = teaservice.cpp meshobject.cpp sceneobject.cpp perpixeleffect.cpp
HEADERS = meshobject.h sceneobject.h perpixeleffect.h
RESOURCES = teaservice.qrc
Expand Down

0 comments on commit ce825d2

Please sign in to comment.