# How to create a qtdesigner plugin with vtk9.0.1

**URL:** https://discourse.vtk.org/t/how-to-create-a-qtdesigner-plugin-with-vtk9-0-1/5028
**Category:** Support
**Created:** [January 18, 2021, 8:44am UTC](https://discourse.vtk.org/t/how-to-create-a-qtdesigner-plugin-with-vtk9-0-1/5028 "2021-01-18T08:44:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![suejay](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/s/b2d939/32.png) [@suejay](https://discourse.vtk.org/u/suejay)
#### Post date: [January 18, 2021, 8:44am UTC](https://discourse.vtk.org/t/how-to-create-a-qtdesigner-plugin-with-vtk9-0-1/5028/1 "2021-01-18T08:44:04Z")

</div>

I have compiled the VTK9.0.1 by MSVC2017,but i can’t find the qt plugin lib.Has somthing wrong in my config?here is my cmake config

 ![image](https://discourse.vtk.org/uploads/default/original/2X/c/c7e67dd9bb2462f0f0c56f76f6c1ddc580d11576.png)  
 ![image](https://discourse.vtk.org/uploads/default/original/2X/6/653c44cce6d5ad0b8c51b0171c40c64e0e43afa1.png)  
 ![image](https://discourse.vtk.org/uploads/default/original/2X/d/d74afa506ae58d565d32b7bd202196d44884e4e0.png)

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.vtk.org/user_avatar/discourse.vtk.org/mwestphal/32/19_2.png) [@mwestphal](https://discourse.vtk.org/u/mwestphal)
#### Post date: [January 18, 2021, 9:32am UTC](https://discourse.vtk.org/t/how-to-create-a-qtdesigner-plugin-with-vtk9-0-1/5028/2 "2021-01-18T09:32:23Z")

</div>

It has been removed and was not working very well anyway before.

For reminder, this was only a plugin letting you add QVTK\* classes in Qt designer.

---

<div class="post-metadata">

### Author: ![suejay](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/s/b2d939/32.png) [@suejay](https://discourse.vtk.org/u/suejay)
#### Post date: [January 19, 2021, 12:41am UTC](https://discourse.vtk.org/t/how-to-create-a-qtdesigner-plugin-with-vtk9-0-1/5028/3 "2021-01-19T00:41:25Z")

</div>

I see ，Many thanks for your suppor！
