hellotr.pro Example Filelinguist/hellotr/hellotr.proSOURCES = main.cpp TRANSLATIONS = hellotr_la.ts # install target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr sources.files = $$SOURCES *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr INSTALLS += target sources QT += widgets simulator: warning(This example might not fully work on Simulator platform) |