Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

qbuild.pro Example File
content/notesdemo/qbuild.pro

    TEMPLATE=app
    TARGET=notesdemo

    CONFIG+=qtopia

    HEADERS=\
        notesdemo.h

    SOURCES=\
        main.cpp\
        notesdemo.cpp

    desktop [
        hint=desktop
        files=notesdemo.desktop
        path=/apps/Applications
    ]

    pics [
        hint=pics
        files=pics/*
        path=/pics/notesdemo
    ]

    help [
        hint=help
        source=help
        files=*.html
    ]


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3