summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/coloreditorfactory/coloreditorfactory.pro
blob: 4ee87e0b57d7f189e7fcc2f3fbdfd52c77087f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS	    = colorlisteditor.h \
	      window.h
SOURCES	    = colorlisteditor.cpp \
	      window.cpp \
	      main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/coloreditorfactory
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/coloreditorfactory
INSTALLS += target sources

QT += widgets