Home
last modified time | relevance | path

Searched refs:release (Results 1 – 20 of 20) sorted by relevance

/glogg/glogg/ !
H A Drelease-win32.sh
H A Drelease-osx.sh
H A Drelease-win64-x.sh
H A Drelease-win32-x.sh
H A Dglogg.nsi
H A DINSTALL.win.md
H A D.gitignore
H A Dglogg.pro
/glogg/ !
H A Drelease-win32.sh8 qmake glogg.pro -spec win32-g++ -r CONFIG+=release BOOST_PATH=$BOOSTDIR
11 qmake glogg.pro -spec win32-g++ -r CONFIG+=release BOOST_PATH=$BOOSTDIR VERSION="$VERSION"
14 cp /cygdrive/c/qt/2010.02.1/qt/bin/{QtCore4,QtGui4}.dll release/
15 cp /cygdrive/c/qt/2010.02.1/mingw/bin/{mingwm10,libgcc_s_dw2-1}.dll release/
H A Drelease-osx.sh11 QTDIR=$HOME/Sandbox/qt-5.8.0-release-static
25 dsymutil release/glogg.app/Contents/MacOS/glogg
26 mv release/glogg.app/Contents/MacOS/glogg.dSYM release/glogg-$VERSION.dSYM
H A Drelease-win64-x.sh9 rm release debug .obj .ui .moc -rf
22 cp $QTXDIR/$QTVERSION/bin/{Qt5Core,Qt5Gui,Qt5Network,Qt5Widgets}.dll release/
23 cp $QTXDIR/$QTVERSION/plugins/platforms/qwindows.dll release/
25 cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll release/
H A Drelease-win32-x.sh21 cp $QTXDIR/$QTVERSION/lib/{QtCore4,QtGui4,QtNetwork4}.dll release/
23 cp /usr/i686-w64-mingw32/lib/libwinpthread-1.dll release/
H A Dglogg.nsi65 File release\glogg.exe
98 File release\Qt5Core.dll
99 File release\Qt5Gui.dll
100 File release\Qt5Network.dll
101 File release\Qt5Widgets.dll
102 File release\libwinpthread-1.dll
104 File release\qwindows.dll
H A DINSTALL.win.md17 ./release-win32-x.sh
88 qmake -spec win32-x-g++ -r CONFIG+=release
105 b2 toolset=gcc address-model=32 variant=debug,release link=static,shared threading=multi install
119 ./release-win32-x.sh
121 The `release-win32-x.sh` script might need some changes if you use different paths for the dependen…
123 The object file is in `./release/`
H A D.gitignore29 release/
H A Dglogg.pro190 CONFIG(debug, debug|release) {
193 DESTDIR = release
200 # Debug symbols even in release build
215 CONFIG(debug, debug|release) {
/glogg/glogg/src/ !
H A Dviewtools.h
H A Dabstractlogview.cpp
/glogg/src/ !
H A Dviewtools.h44 void release() { held_ = false; } in release() function
H A Dabstractlogview.cpp665 followElasticHook_.release(); in wheelEvent()