1 Star 0 Fork 0

yanfeng1022 / SGeMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.qmake 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
#########################################################
# This configuration file contains instructions and
# variables common to all .pro files (used by qmake to
# generate Makefiles).
#
# Project variables GSTLHOME, GSTLAPPLIHOME, etc
# are set in .qmake.cache
# Need a configure script that guesses the values of those
# variables and creates a project.conf file
#########################################################
# Compile with debug options, and lots of warnings
# Replace "debug" with "release" if you want to compile in release mode
CONFIG += release warn_on
# CONFIG += x86_64
CONFIG += x86
#---------------------------------------------
# You don't need to change anything below
#QMAKE_CXXFLAGS_WARN_ON += -Wredundant-decls -Woverloaded-virtual -Winline
CONFIG += thread
INCLUDEPATH += $$GSTLHOME $$GSTLAPPLI_HOME $$BOOST_INCLUDE
#INCLUDEPATH += $$INVENTOR_INCLUDE
DEPENDPATH += $$INCLUDEPATH
LIBS += -L$$GSTLAPPLI_HOME/lib/$$CUR_PLATFORM
# Windows specific configuration
win32 {
contains( TEMPLATE, lib) {
CONFIG += dll
}
DEFINES += QT_DLL SOQT_DLL COIN_DLL QWT_DLL WIN32
}
1
https://gitee.com/yanfeng1022/SGeMS.git
git@gitee.com:yanfeng1022/SGeMS.git
yanfeng1022
SGeMS
SGeMS
master

搜索帮助