qtbase-opensource-src/examples/widgets/tutorials/gettingStarted/gsQt/part5/part5.pro

9 lines
177 B
INI

QT += widgets
requires(qtConfig(filedialog))
SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/gettingStarted/gsQt/part5
INSTALLS += target