~imalinovskiy/rdm/0.8

« back to all changes in this revision

Viewing changes to 3rdparty/qgamp/example/HelloQGAMP/HelloQGAMP.pro

  • Committer: RDM Bot
  • Date: 2016-02-04 11:29:17 UTC
  • Revision ID: git-v1:92436de8ed24fe0a57651f4a61caba27995ad55b
Pull updates from https://github.com/uglide/RedisDesktopManager

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
 
 
3
QT += qml quick widgets
 
4
 
 
5
SOURCES += main.cpp \
 
6
    ../../src/googlemp.cpp
 
7
 
 
8
RESOURCES += qml.qrc
 
9
 
 
10
QMAKE_CXXFLAGS += -std=c++11
 
11
 
 
12
DEFINES += GMP_ID='\\"UA-48022325-2\\"'
 
13
 
 
14
android: QT += androidextras
 
15
 
 
16
# Additional import path used to resolve QML modules in Qt Creator's code model
 
17
QML_IMPORT_PATH =
 
18
 
 
19
# Default rules for deployment.
 
20
include(deployment.pri)
 
21
 
 
22
HEADERS += \
 
23
    ../../src/googlemp.h