~gabriel1984sibiu/minitube/qt5.6

« back to all changes in this revision

Viewing changes to examples/widgets/widgets/stylesheet/stylesheet.pro

  • Committer: Grevutiu Gabriel
  • Date: 2017-06-13 08:43:17 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170613084317-ek0zqe0u9g3ocvi8
OriginalĀ upstreamĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QT += widgets
 
2
 
 
3
HEADERS       = mainwindow.h \
 
4
                stylesheeteditor.h
 
5
FORMS         = mainwindow.ui \
 
6
                stylesheeteditor.ui
 
7
RESOURCES     = stylesheet.qrc
 
8
SOURCES       = main.cpp \
 
9
                mainwindow.cpp \
 
10
                stylesheeteditor.cpp
 
11
 
 
12
# install
 
13
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/stylesheet
 
14
INSTALLS += target