paysages3d/src/tests/googletest/googletest.pro

31 lines
490 B
Prolog
Raw Normal View History

2013-11-10 20:14:10 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2013-11-10T17:45:22
#
#-------------------------------------------------
QT -= core gui
TARGET = googletest
TEMPLATE = lib
DEFINES += GOOGLETEST_LIBRARY
#QMAKE_CXXFLAGS += -pthread
INCLUDEPATH += . ./include
SOURCES += \
src/gtest-all.cc
HEADERS +=
unix:!symbian {
maemo5 {
target.path = /opt/usr/lib
} else {
target.path = /usr/lib
}
INSTALLS += target
}