# ----- # Generate Maya Plug-in with QT # ----- MY_TARGET = mytool TEMPLATE = lib TARGET_EXT = .mll QT += core widgets gui DEPENDPATH += . UI_DIR ...