diff -r 000000000000 -r 1918ee327afb tools/designer/src/src.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/designer/src/src.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,14 @@ +TEMPLATE = subdirs +CONFIG += ordered + +SUBDIRS = \ + uitools \ + lib \ + components \ + designer + +CONFIG(shared,shared|static):SUBDIRS += plugins + +wince*: SUBDIRS -= designer plugins +symbian: SUBDIRS = uitools +contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= lib components \ No newline at end of file