diff options
Diffstat (limited to 'examples/widgets/stylesheet/stylesheet.pro')
-rw-r--r-- | examples/widgets/stylesheet/stylesheet.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/widgets/stylesheet/stylesheet.pro b/examples/widgets/stylesheet/stylesheet.pro new file mode 100644 index 0000000..9a64c00 --- /dev/null +++ b/examples/widgets/stylesheet/stylesheet.pro @@ -0,0 +1,14 @@ +HEADERS = mainwindow.h \ + stylesheeteditor.h +FORMS = mainwindow.ui \ + stylesheeteditor.ui +RESOURCES = stylesheet.qrc +SOURCES = main.cpp \ + mainwindow.cpp \ + stylesheeteditor.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/stylesheet +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images layouts qss +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/stylesheet +INSTALLS += target sources |