From 8e0415d0bacbce3fc6d7b66304936d578d52b214 Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Mon, 4 Sep 2017 15:06:38 +0200 Subject: Port examples to the new build system --- examples/examples.pri | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 examples/examples.pri (limited to 'examples/examples.pri') diff --git a/examples/examples.pri b/examples/examples.pri deleted file mode 100644 index 973473db..00000000 --- a/examples/examples.pri +++ /dev/null @@ -1,25 +0,0 @@ -include(../qxmpp.pri) - -TEMPLATE = app -CONFIG += console - -QMAKE_LIBDIR += ../../src -QMAKE_RPATHDIR += $$OUT_PWD/../../src -INCLUDEPATH += $$QXMPP_INCLUDEPATH -LIBS += $$QXMPP_LIBS - -# Symbian packaging rules -symbian { - vendorinfo = \ - "; Localised Vendor name" \ - "%{\"QXmpp\"}" \ - " " \ - "; Unique Vendor name" \ - ":\"QXmpp\"" \ - " " - - examples_deployment.pkg_prerules += vendorinfo - DEPLOYMENT += examples_deployment - - TARGET.CAPABILITY = "NetworkServices" -} -- cgit v1.2.3