X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fsrc.pro;h=80d859ff49fc63d1f88b6fdf8749b0afb5cb2fdf;hb=367cf77cd64f1b72496cde5484554ff7a8134f1d;hp=a8a33a7fd62c983b9d31e54a3e9c47aa57290bde;hpb=c1c0b9c03cec9c5962e694bfc3e939e1504e6e59;p=profile%2Fivi%2Fqtdeclarative.git diff --git a/src/src.pro b/src/src.pro index a8a33a7..80d859f 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,5 +1,16 @@ TEMPLATE = subdirs CONFIG += ordered -SUBDIRS += declarative qtquick1 plugins -contains(QT_CONFIG, qmltest): SUBDIRS += qmltest -SUBDIRS += imports +SUBDIRS += \ + qml + +!isEmpty(QT.gui.name) { + SUBDIRS += \ + quick \ + qmltest \ + particles +} + +SUBDIRS += \ + plugins \ + imports \ + qmldevtools