File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
* How to build
3
3
4
- ** Windows with Qt Creator
4
+ ** Windows
5
+ *** Environments
6
+ VS2017
7
+ Qt5.12.10
8
+ Python3.6.6 64-bit
9
+ PySide2 5.12.6 (the lastest version for Qt5.12)
10
+ CMake3.15 or higher version
11
+ Tips:
12
+ 1. If you wants to build 64-bit Launchy, 64-bit Python is required.
13
+ 2. If you wants to debug Launchy python, debug version of python is required.
14
+
15
+ *** Configuartion
16
+ These steps is intended to help cmake locate Qt.
17
+ Set =CMAKE_PREFIX_PATH= as Qt install directory, it is =C:/Qt/Qt5.12.10/5.12.10/msvc2017_64= by default.
18
+
19
+ *** Build
20
+ 1. Generate VS2017 solution with cmake
21
+ #+BEGIN_SRC bat
22
+ cmake -B build .
23
+ #+END_SRC
24
+
25
+ 2. Open solution with VS2017 and build
26
+
27
+
28
+
29
+ ** (obsolete) Windows with Qt Creator
5
30
*** Environments
6
31
- Visual Studio Community 2017
7
32
- Qt 5.12.5
You can’t perform that action at this time.
0 commit comments