summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/gettingStarted/gsQt/part1/part1.pro
blob: b3fd65a1f8a6ac1dddb26b95b4e0456f63fde2e3 (plain)
1
2
3
4
5
6
7
8
9
10

QT += widgets
SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/gettingStarted/gsQt/part1
sources.files = $$SOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tutorial/gettingStarted/gsQt/part1
INSTALLS += target sources