You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
536 B
15 lines
536 B
--- a/wpa_supplicant/Makefile |
|
+++ b/wpa_supplicant/Makefile |
|
@@ -1807,10 +1807,10 @@ wpa_gui: |
|
@echo "wpa_gui has been removed - see wpa_gui-qt4 for replacement" |
|
|
|
wpa_gui-qt4/Makefile: |
|
- qmake -o wpa_gui-qt4/Makefile wpa_gui-qt4/wpa_gui.pro |
|
+ qmake-qt4 -o wpa_gui-qt4/Makefile wpa_gui-qt4/wpa_gui.pro |
|
|
|
wpa_gui-qt4/lang/wpa_gui_de.qm: wpa_gui-qt4/lang/wpa_gui_de.ts |
|
- lrelease wpa_gui-qt4/wpa_gui.pro |
|
+ lrelease-qt4 wpa_gui-qt4/wpa_gui.pro |
|
|
|
wpa_gui-qt4: wpa_gui-qt4/Makefile wpa_gui-qt4/lang/wpa_gui_de.qm |
|
$(MAKE) -C wpa_gui-qt4
|
|
|