Link to, and adjust types for, the PCSC framework included with OSX
[mech_eap.git] / wpa_supplicant / wpa_gui-qt4 / wpa_gui.pro
index 5efc07f..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
 
@@ -27,21 +29,31 @@ win32 {
   SOURCES += ../../src/utils/os_unix.c
 }
 
-INCLUDEPATH    += . .. ../../src/utils ../../src/common
+INCLUDEPATH    += . .. ../../src ../../src/utils
 
 HEADERS        += wpamsg.h \
        wpagui.h \
        eventhistory.h \
        scanresults.h \
+       scanresultsitem.h \
+       signalbar.h \
        userdatarequest.h \
-       networkconfig.h
+       networkconfig.h \
+       addinterface.h \
+       peers.h \
+       stringquery.h
 
 SOURCES        += main.cpp \
        wpagui.cpp \
        eventhistory.cpp \
        scanresults.cpp \
+       scanresultsitem.cpp \
+       signalbar.cpp \
        userdatarequest.cpp \
        networkconfig.cpp \
+       addinterface.cpp \
+       peers.cpp \
+       stringquery.cpp \
        ../../src/common/wpa_ctrl.c
 
 RESOURCES += icons.qrc
@@ -50,7 +62,8 @@ FORMS = wpagui.ui \
        eventhistory.ui \
        scanresults.ui \
        userdatarequest.ui \
-       networkconfig.ui
+       networkconfig.ui \
+       peers.ui
 
 
 unix {