TEMPLATE = app CONFIG += qaxserver QT += widgets # Input SOURCES += main.cpp RC_FILE = comapp.rc # install target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE comapp.pro sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp INSTALLS += target sources