jaallen85 / jade

Jade is a cross-platform diagram editor based on the Qt framework.
GNU General Public License v3.0
13 stars 5 forks source link

compile error: No Drawing.h #4

Open ricklxm opened 7 years ago

ricklxm commented 7 years ago

C:\WorkSpace\WeiHao\Git\jade\source\DiagramWidget.h:24: error: C1083: Cannot open include file: 'Drawing.h': No such file or directory

jaallen85 commented 7 years ago

jade has a dependency on the libjade library, available at: https://github.com/jaallen85/libjade

You'll need to build that library first, then add the include files to your include path and link to the library file to successfully build jade.