2 Star 4 Fork 4

toby_gao/EarthMisc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
EarthMisc.pro 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
devcxx 提交于 2019-05-22 23:01 . init project
include(functions.pri)
TEMPLATE = app
CONFIG += console no_batch
QT += core widgets opengl
win32-msvc* {
DEFINES -= UNICODE
}
LIB_PATH = $$PWD/sdk/libs
message($$LIB_PATH)
LIBS += \
-L$$LIB_PATH
message($$libTarget(OpenThreads))
LIBS += \
-l$$libTarget(OpenThreads) \
-l$$libTarget(osgFX) \
-l$$libTarget(osgPresentation) \
-l$$libTarget(osgTerrain) \
-l$$libTarget(osgViewer) \
-l$$libTarget(osg) \
-l$$libTarget(osgGA) \
-l$$libTarget(osgText) \
-l$$libTarget(osgVolume) \
-l$$libTarget(osgAnimation) \
-l$$libTarget(osgManipulator) \
-l$$libTarget(osgShadow) \
-l$$libTarget(osgUI) \
-l$$libTarget(osgWidget) \
-l$$libTarget(osgDB) \
-l$$libTarget(osgParticle) \
-l$$libTarget(osgSim) \
-l$$libTarget(osgUtil) \
-l$$libTarget(osgPPU) \
-l$$libTarget(osgEphemeris) \
-l$$libTarget(osgOcean) \
-l$$libTarget(osgEarth) \
-l$$libTarget(osgEarthQt) \
-l$$libTarget(osgEarthUtil) \
-l$$libTarget(osgEarthAnnotation) \
-l$$libTarget(osgEarthFeatures) \
-l$$libTarget(osgEarthSymbology)
INCLUDEPATH += \
$$PWD/sdk/include/osg \
sdk/include/osgearth
SOURCES += \
$$PWD/src/EarthMisc.cpp \
$$PWD/src/OverviewMap.cpp \
$$PWD/src/ScaleBar.cpp \
$$PWD/src/Compass.cpp \
$$PWD/src/StatsHandler.cpp \
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/toby-gao/EarthMisc.git
git@gitee.com:toby-gao/EarthMisc.git
toby-gao
EarthMisc
EarthMisc
master

搜索帮助