From 551d704cdafae46cdccc6217bb7f36da7e84be2d Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Fri, 16 Apr 2010 13:37:40 +1000 Subject: Fix duplicate project entry in visual studio solution file. The marshal project was being appended to SUBDIRS twice. Reviewed-by: Justin McPherson --- examples/script/script.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/script/script.pro b/examples/script/script.pro index 9d9d524..a95ad13 100644 --- a/examples/script/script.pro +++ b/examples/script/script.pro @@ -3,7 +3,7 @@ SUBDIRS = customclass !contains(QT_CONFIG, no-gui):SUBDIRS += helloscript context2d defaultprototypes !wince*:!contains(QT_CONFIG, no-gui):SUBDIRS += qscript marshal -!wince*:SUBDIRS += marshal +!wince*:SUBDIRS *= marshal !wince*:!cross_compile:!contains(QT_CONFIG, no-gui):SUBDIRS += calculator qstetrix symbian: SUBDIRS = context2d -- cgit v0.12