~ubuntu-branches/ubuntu/trusty/qtubuntu/trusty

« back to all changes in this revision

Viewing changes to src/platforms/ubuntu/ubuntumir/ubuntumirserver/ubuntumirserver.pro

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Gerry Boland, Robert Carr, Ricardo Mendoza, Ubuntu daily release
  • Date: 2013-08-14 06:06:46 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130814060646-4gpyxhl3hl7tqbpj
Tags: 0.52+13.10.20130814.1-0ubuntu1
[ Gerry Boland ]
* Add support for building mirserver and mirclient backends to the
  QPA.

[ Robert Carr ]
* Add support for building mirserver and mirclient backends to the
  QPA.

[ Ricardo Mendoza ]
* Add support for building mirserver and mirclient backends to the
  QPA.

[ Ubuntu daily release ]
* Automatic snapshot from revision 165

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TARGET = qubuntumirserver
 
2
TEMPLATE = lib
 
3
 
 
4
QT += core-private gui-private platformsupport-private sensors-private
 
5
 
 
6
DEFINES += MESA_EGL_NO_X11_HEADERS
 
7
QMAKE_CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
 
8
QMAKE_LFLAGS += -Wl,-no-undefined
 
9
 
 
10
CONFIG(debug) {
 
11
  QMAKE_CXXFLAGS_DEBUG += -Werror
 
12
}
 
13
 
 
14
SOURCES = main.cc 
 
15
 
 
16
CONFIG += plugin link_prl
 
17
 
 
18
INCLUDEPATH += ../../../ ../../ ../
 
19
LIBS += -Wl,--whole-archive -L../../../base -lubuntubase -L../../ubuntucommon -lqubuntucommon  -L../ubuntumircommon -lqubuntumircommon -Wl,--no-whole-archive -lubuntu_application_api_mirserver
 
20
 
 
21
OTHER_FILES += ubuntu.json
 
22
 
 
23
target.path += $$[QT_INSTALL_PLUGINS]/platforms
 
24
INSTALLS += target