HEADERS = mainwindow.h \ xbelgenerator.h \ xbelhandler.h SOURCES = main.cpp \ mainwindow.cpp \ xbelgenerator.cpp \ xbelhandler.cpp QT += xml widgets requires(qtConfig(filedialog)) EXAMPLE_FILES = frank.xbel jennifer.xbel # install target.path = $$[QT_INSTALL_EXAMPLES]/xml/saxbookmarks INSTALLS += target