summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/elidedlabel/elidedlabel.pro
blob: 1c135ed9c321644467838f8319f931800ff7f35d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Nokia Qt Examples: elided label example

QT += core gui widgets

TARGET = elidedlabel
TEMPLATE = app

SOURCES += \
    main.cpp\
    testwidget.cpp \
    elidedlabel.cpp

HEADERS += \
    testwidget.h \
    elidedlabel.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/elidedlabel
INSTALLS += target