summaryrefslogtreecommitdiffstats
path: root/tests/qtuitest/tst_qtuitestwidgets/tst_qtuitestwidgets.pro
blob: 85a8eaa17377573570eeb7b23cdf647ad1eff8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TEMPLATE=app
CONFIG+=unittest
QT = core gui
TARGET=tst_qtuitestwidgets

CONFIG-=debug_and_release_target

SOURCES+=                   \
    tst_qtuitestwidgets.cpp

DEFINES+=QT_STATICPLUGIN

symbian {
    LIBS+=-L$$OUT_PWD -lqtuitest -lqtwidgets
}

win32 {
    LIBS+=$$OUT_PWD/../../lib/qtuitest.lib
}


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

INSTALLS += \
    target