NetworkManager/examples/C/qt
Dan Winship a7c4d53d03 all: port everything to libnm
Since the API has not changed at this point, this is mostly just a
matter of updating Makefiles, and changing references to the library
name in comments.

NetworkManager cannot link to libnm due to the duplicated type/symbol
names. So it links to libnm-core.la directly, which means that
NetworkManager gets a separate copy of that code from libnm.so.
Everything else links to libnm.
2014-08-01 14:34:05 -04:00
..
.gitignore trivial: add gitignore for qt examples 2013-04-29 14:14:11 +02:00
add-connection-wired.cpp test: add missing return values 2011-10-10 16:02:27 -05:00
change-ipv4-addresses.cpp all: port everything to libnm 2014-08-01 14:34:05 -04:00
list-connections.cpp examples: add another Qt example for listing connections 2011-04-20 19:49:41 -05:00
Makefile.am all: port everything to libnm 2014-08-01 14:34:05 -04:00
monitor-nm-running.cpp examples: fix qt demo to work without STL support 2014-04-04 23:20:05 +02:00