summaryrefslogtreecommitdiffstats
path: root/tests/manual/xembed-widgets/xembed-widgets.pro
blob: 28d13d5b6188f2824895954a41baf46f74879bbf (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
TARGET= tst_manual_lineedits
QT += widgets

SOURCES += \
    main.cpp \
    window.cpp
HEADERS += \
    window.h