git-svn-id: svn://db.shs.com.ru/libs@271 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
set ARCH=%~1
|
||||
set PATH=C:\mingw\7_1_x%ARCH%\bin;C:\Qt\qt487_win%ARCH%\bin;C:\cmake\bin
|
||||
set Qt5_DIR=C:\Qt\qt591_win%ARCH%
|
||||
set PATH=%SDK_MINGW_DIR%%ARCH%\bin;%SDK_QT4_DIR%%ARCH%\bin;%SDK_CMAKE_DIR%\bin
|
||||
set Qt5_DIR=%SDK_QT5_DIR%%ARCH%
|
||||
mkdir ..\libs_build_win%ARCH%
|
||||
cd ../libs_build_win%ARCH% && cmake_mgw ../libs && make install -j8 && cd ../libs && pause
|
||||
|
||||
@@ -27,13 +27,11 @@ RESOURCES += \
|
||||
|
||||
## Either set the IDE_SOURCE_TREE when running qmake,
|
||||
## or set the QTC_SOURCE environment variable, to override the default setting
|
||||
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE)
|
||||
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = "D:/sdk/qt-creator-git/qt-creator"
|
||||
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(SDK_QTCREATOR_SRC)
|
||||
|
||||
## Either set the IDE_BUILD_TREE when running qmake,
|
||||
## or set the QTC_BUILD environment variable, to override the default setting
|
||||
isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD)
|
||||
isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = "D:/sdk/qt-creator-git/build"
|
||||
isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(SDK_QTCREATOR_BUILD)
|
||||
|
||||
## uncomment to build plugin into user config directory
|
||||
## <localappdata>/plugins/<ideversion>
|
||||
|
||||
Reference in New Issue
Block a user