~ubuntu-branches/ubuntu/saucy/wpasupplicant/saucy

« back to all changes in this revision

Viewing changes to wpa_supplicant/wpa_gui-qt4/wpa_gui.pro

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2010-11-22 09:43:43 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122094343-qgsxaojvmswfri77
Tags: 0.7.3-0ubuntu1
* Get wpasupplicant 0.7.3 from Debian's SVN. Leaving 0.7.3-1 as unreleased
  for now.
* Build-Depend on debhelper 8, since the packaging from Debian uses compat 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TEMPLATE        = app
2
2
LANGUAGE        = C++
 
3
TRANSLATIONS    = lang/wpa_gui_de.ts
3
4
 
4
5
CONFIG  += qt warn_on release
5
6
 
27
28
  SOURCES += ../../src/utils/os_unix.c
28
29
}
29
30
 
30
 
INCLUDEPATH     += . .. ../../src/utils ../../src/common
 
31
INCLUDEPATH     += . .. ../../src ../../src/utils
31
32
 
32
33
HEADERS += wpamsg.h \
33
34
        wpagui.h \
35
36
        scanresults.h \
36
37
        userdatarequest.h \
37
38
        networkconfig.h \
38
 
        addinterface.h
 
39
        addinterface.h \
 
40
        peers.h \
 
41
        stringquery.h
39
42
 
40
43
SOURCES += main.cpp \
41
44
        wpagui.cpp \
44
47
        userdatarequest.cpp \
45
48
        networkconfig.cpp \
46
49
        addinterface.cpp \
 
50
        peers.cpp \
 
51
        stringquery.cpp \
47
52
        ../../src/common/wpa_ctrl.c
48
53
 
49
54
RESOURCES += icons.qrc
52
57
        eventhistory.ui \
53
58
        scanresults.ui \
54
59
        userdatarequest.ui \
55
 
        networkconfig.ui
 
60
        networkconfig.ui \
 
61
        peers.ui
56
62
 
57
63
 
58
64
unix {