You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/tools/designer/examples/opengl/opengl.pro

12 lines
268 B

TEMPLATE = lib
CONFIG += qt warn_on release plugin
HEADERS = glwidget.h
SOURCES = main.cpp \
glwidget.cpp
DESTDIR = ../../../../plugins/designer
INCLUDEPATH += ../../interfaces
TARGET = glwidget
target.path += $$plugins.path/designer
INSTALLS += target