Added by Vitali Grabovski almost 8 years ago
When I tried to add
#include <Wt/WFileDropWidget>
I got this
fatal error: Wt/WFileDropWidget: No such file or directory
What version of WebToolkit I have to use? Are there any another things I have to know except example of WFileDropWidget on github?
Note: The wt-based project uses these dependencies:
sudo apt-get install libwt-dev
...and so on
sudo apt-get install libwt*
Vitali
Looks like WFileDropWidget was introduced into the repo on Nov 24, commit 34ed9ef8072a896c9994d4f83fe0d7df1bd70de6; so i guess its scheduled for 3.3.7. Just from the "apt-get" install you did, i would assume you're using Ubuntu which looks like they package wt 3.3.5.
hope that helps.
-derek