Commit 323957f 1 parent 00c9cbd commit 323957f Copy full SHA for 323957f
File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ * .pro.user
2
+ build
3
+ build-SocNetV *
4
+ build-tools
5
+ .directory
6
+ bin /*
7
+ build-tests- *
8
+ .idea
9
+ cmake-build- *
10
+ doc /build
11
+ * .qmlc
12
+ stage
13
+ parts
14
+ prime
15
+ * .snap
16
+ snap /.snapcraft /state
17
+ src /languages /* .qm
18
+ .vscode /
19
+ CMakeLists.txt.user *
20
+ * .o
21
+ qrc_ * .cpp
22
+ moc_ * .cpp
23
+ moc_ * .h
24
+ ui_ * .h
25
+ /src /.qmake.stash
26
+ /src /Makefile
27
+ secrets /*
Original file line number Diff line number Diff line change @@ -151,6 +151,8 @@ win32 {
151
151
152
152
153
153
win32 :msvc {
154
+ # Fixes msvc compile/linking error "unresolved external symbol WinMain referenced in function ..."
155
+ # see https://stackoverflow.com/questions/39689162/qt-project-in-visual-studio-2015-unresolved-external-symbol-wwinmain
154
156
QMAKE_LFLAGS += /ENTRY:mainCRTStartup
155
157
}
156
158
You can’t perform that action at this time.
0 commit comments