summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Qt3DStudio.pro
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2018-03-16 07:41:25 +0200
committerTomi Korpipää <tomi.korpipaa@qt.io>2018-03-19 04:28:54 +0000
commit34e775e062bb198ffca4e2e98e21371fb3ac043b (patch)
tree1be61aee7f529c284e7bf581615673da7408e98d /src/Authoring/Studio/Qt3DStudio.pro
parent1df88ab3dde2fb496dc51ed67e301e27a3badd0f (diff)
Add "Create" to sub-presentation dialog
Previously it was very difficult to create new sub-presentations, as the flag for it was removed from file creation dialog. Now they can be created to the main presentation folder structure via the sub-presentation dialog. Task-number: QT3DS-1291 Change-Id: I4c347e6e3783d702f684535e2da5339c204c8e09 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Qt3DStudio.pro')
-rw-r--r--src/Authoring/Studio/Qt3DStudio.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Qt3DStudio.pro b/src/Authoring/Studio/Qt3DStudio.pro
index 61435987..2dc7e9d6 100644
--- a/src/Authoring/Studio/Qt3DStudio.pro
+++ b/src/Authoring/Studio/Qt3DStudio.pro
@@ -8,7 +8,7 @@ CONFIG += nostrictstrings
DEFINES += _UNICODE UNICODE QT3DS_AUTHORING _AFXDLL \
PCRE_STATIC EASTL_MINMAX_ENABLED=0 \
- EASTL_NOMINMAX=0 DOM_DYNAMIC DRIVE_DESIGN_STUDIO
+ EASTL_NOMINMAX=0 DOM_DYNAMIC
win: QMAKE_LFLAGS += /MANIFEST /ENTRY:"wWinMainCRTStartup"