Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gui_tests.pro « gui_tests « gui - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2983b1e24f342a2ef57e74d49d74c7615393a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = gui_tests
CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app

ROOT_DIR = ../..
DEPENDENCIES = qt_tstfrm map gui indexer graphics storage platform geometry coding base \
               expat freetype fribidi protobuf tomcrypt jansson

include($$ROOT_DIR/common.pri)

QT *= opengl gui core

win32*: LIBS *= -lopengl32
macx-*: LIBS *= "-framework IOKit"

SOURCES += \
    ../../testing/testingmain.cpp \
    gui_tests.cpp