diff options
Diffstat (limited to 'examples/svg/draganddrop/draganddrop.pro')
-rw-r--r-- | examples/svg/draganddrop/draganddrop.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/svg/draganddrop/draganddrop.pro b/examples/svg/draganddrop/draganddrop.pro new file mode 100644 index 0000000..99fecb0 --- /dev/null +++ b/examples/svg/draganddrop/draganddrop.pro @@ -0,0 +1,3 @@ +TEMPLATE = subdirs +!contains(QT_CONFIG, no-widgets): SUBDIRS += delayedencoding +QT+=widgets |