Link to, and adjust types for, the PCSC framework included with OSX
[mech_eap.git] / wpa_supplicant / wpa_gui-qt4 / wpa_gui.pro
index 7a78843..3fa734b 100644 (file)
@@ -1,5 +1,7 @@
 TEMPLATE       = app
 LANGUAGE       = C++
+TRANSLATIONS   = lang/wpa_gui_de.ts
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
 CONFIG += qt warn_on release
 
@@ -33,6 +35,8 @@ HEADERS       += wpamsg.h \
        wpagui.h \
        eventhistory.h \
        scanresults.h \
+       scanresultsitem.h \
+       signalbar.h \
        userdatarequest.h \
        networkconfig.h \
        addinterface.h \
@@ -43,6 +47,8 @@ SOURCES       += main.cpp \
        wpagui.cpp \
        eventhistory.cpp \
        scanresults.cpp \
+       scanresultsitem.cpp \
+       signalbar.cpp \
        userdatarequest.cpp \
        networkconfig.cpp \
        addinterface.cpp \