Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[mech_eap.git] / libeap / wpa_supplicant / wpa_gui-qt4 / wpa_gui.pro
index 85848d7..3fa734b 100644 (file)
@@ -1,6 +1,7 @@
 TEMPLATE       = app
 LANGUAGE       = C++
 TRANSLATIONS   = lang/wpa_gui_de.ts
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
 CONFIG += qt warn_on release
 
@@ -34,6 +35,8 @@ HEADERS       += wpamsg.h \
        wpagui.h \
        eventhistory.h \
        scanresults.h \
+       scanresultsitem.h \
+       signalbar.h \
        userdatarequest.h \
        networkconfig.h \
        addinterface.h \
@@ -44,6 +47,8 @@ SOURCES       += main.cpp \
        wpagui.cpp \
        eventhistory.cpp \
        scanresults.cpp \
+       scanresultsitem.cpp \
+       signalbar.cpp \
        userdatarequest.cpp \
        networkconfig.cpp \
        addinterface.cpp \