File tree 4 files changed +11
-18
lines changed
4 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 1
- cd build
2
- D:\Programme\Qt\4.6.2\bin\ qmake ..\example\hexedit .pro -r -spec win32-g++ " CONFIG+=release
3
- D:\Programme\QtSDK\mingw\bin\ mingw32-make
1
+ cd build
2
+ qmake.exe ..\example\qhexedit .pro -r -spec win32-g++ " CONFIG+=release
3
+ mingw32-make
4
4
cd ..
Original file line number Diff line number Diff line change 1
1
cd build
2
2
qmake ../example/qhexedit.pro
3
3
make
4
- cd ..
4
+ cd ..
Original file line number Diff line number Diff line change 1
- cd build
2
- D:\Programme\Qt\4.6.2\bin\ qmake ..\sip\qhexedit.pro -r -spec win32-g++ " CONFIG+=release
3
- D:\Programme\QtSDK\mingw\bin\mingw32- make
4
-
5
- python ..\sip\configure.py
6
- D:\Programme\QtSDK\mingw\bin\mingw32- make
7
- D:\Programme\QtSDK\mingw\bin\mingw32- make install
1
+ cd build
2
+ qmake ..\sip\qhexedit.pro -r -spec win32-g++ " CONFIG+=release
3
+ make
4
+
5
+ python ..\sip\configure.py
6
+ make
7
+ make install
8
8
cd ..
Original file line number Diff line number Diff line change 1
- #
2
- # Attention: QT4 and Python2
3
- #
4
-
5
1
cd build
6
-
7
2
/usr/share/qt4/bin/qmake ../sip/qhexedit.pro
8
3
sudo make
9
4
10
5
python ../sip/configure.py
11
6
make
12
7
sudo make install
13
-
14
8
cd ..
15
-
You can’t perform that action at this time.
0 commit comments