summaryrefslogtreecommitdiffstats
path: root/tests/qtuitest/testapps/graphicsViewTest/graphicsViewTest.pro
blob: fa21ee2e0af7f85d623eddea058ec9dfd089e825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .
unix:!maemo* {
    # avoid the need for make install on *nix
    DESTDIR=$$BUILDROOT/bin
}

HEADERS += mainwindow.h
SOURCES += main.cpp mainwindow.cpp
mac:DESTDIR=$$BUILDROOT/bin


target.path += \
    /usr/local/bin

INSTALLS += \
    target