summaryrefslogtreecommitdiffstats
path: root/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro
blob: 6c5a5050c28acf9d91332bf9b2f05bff9a2e7959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE=app
CONFIG+=unittest
QT = core gui
TARGET=tst_qtuitestnamespace
CONFIG+=qtestlib

CONFIG-=debug_and_release_target

include($$SRCROOT/libqtuitest/libqtuitest.pri)

SOURCES+=                   \
    tst_qtuitestnamespace.cpp



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

INSTALLS += \
    target