Activate the wintab profile if we are on windows and the SDK path is set.

This commit is contained in:
Endolf 2018-05-20 22:49:27 +01:00
parent ee9aa09577
commit 4cb3cc08fc

View file

@ -51,6 +51,14 @@
</profile>
<profile>
<id>wintab</id>
<activation>
<os>
<family>windows</family>
</os>
<property>
<name>env.WINTABSDKDIR</name>
</property>
</activation>
<modules>
<module>wintab</module>
</modules>