diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-08 07:49:05 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-08 07:49:05 (GMT) |
commit | 5d749ad1b67a8d5ba77800567ffa473f5ad1d9f5 (patch) | |
tree | 0e48c92eb5f3d3a5eaa5c72a565abb5e4aab07c2 /src/gui/widgets/widgets.pri | |
parent | 542bef5b03eb0492b0625c84db771fbd29f5cf70 (diff) | |
download | Qt-5d749ad1b67a8d5ba77800567ffa473f5ad1d9f5.zip Qt-5d749ad1b67a8d5ba77800567ffa473f5ad1d9f5.tar.gz Qt-5d749ad1b67a8d5ba77800567ffa473f5ad1d9f5.tar.bz2 |
Fixed parsing error when doing configure+compile in clean
environment
Diffstat (limited to 'src/gui/widgets/widgets.pri')
-rw-r--r-- | src/gui/widgets/widgets.pri | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/gui/widgets/widgets.pri b/src/gui/widgets/widgets.pri index d0f981c..f395c76 100644 --- a/src/gui/widgets/widgets.pri +++ b/src/gui/widgets/widgets.pri @@ -25,7 +25,6 @@ HEADERS += \ widgets/qframe.h \ widgets/qframe_p.h \ widgets/qgroupbox.h \ - widgets/qkeyeventsoftkey.h \ widgets/qlabel.h \ widgets/qlabel_p.h \ widgets/qlcdnumber.h \ @@ -79,8 +78,8 @@ HEADERS += \ widgets/qtoolbararealayout_p.h \ widgets/qplaintextedit.h \ widgets/qplaintextedit_p.h \ - widgets/qprintpreviewwidget.h - + widgets/qprintpreviewwidget.h \ + widgets/qkeyeventsoftkey.h SOURCES += \ widgets/qabstractbutton.cpp \ widgets/qabstractslider.cpp \ @@ -98,7 +97,6 @@ SOURCES += \ widgets/qfontcombobox.cpp \ widgets/qframe.cpp \ widgets/qgroupbox.cpp \ - widgets/qkeyeventsoftkey.cpp \ widgets/qlabel.cpp \ widgets/qlcdnumber.cpp \ widgets/qlineedit.cpp \ @@ -140,7 +138,8 @@ SOURCES += \ widgets/qwidgetanimator.cpp \ widgets/qtoolbararealayout.cpp \ widgets/qplaintextedit.cpp \ - widgets/qprintpreviewwidget.cpp + widgets/qprintpreviewwidget.cpp \ + widgets/qkeyeventsoftkey.cpp !embedded:mac { HEADERS += widgets/qmacnativewidget_mac.h \ |