summaryrefslogtreecommitdiffstats
path: root/tests/qtuitest/testapps/graphicsViewTest/graphicsViewTest.pro
blob: d1cb25fbb6fa4d043222730089ad2df1d4a439c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .

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


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

INSTALLS += \
    target