We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1cfa4 commit 1ee596bCopy full SHA for 1ee596b
.gitignore
@@ -31,3 +31,4 @@ Makefile
31
library.bin
32
leocad_plugin_import.cpp
33
uic_wrapper.bat
34
+/tools/setup/*.exe
leocad.pro
@@ -2,8 +2,8 @@ QT += core gui opengl network xml
2
TEMPLATE = app
3
4
greaterThan(QT_MAJOR_VERSION, 4) {
5
- QT *= printsupport
6
- QT += concurrent
+ QT *= printsupport
+ QT += concurrent
7
}
8
9
INCLUDEPATH += qt common
@@ -20,7 +20,7 @@ win32 {
20
QMAKE_LFLAGS += /INCREMENTAL
21
PRECOMPILED_SOURCE = common/lc_global.cpp
22
RC_FILE = qt/leocad.rc
23
- LIBS += -ladvapi32 -lshell32 -lopengl32 -lwininet
+ LIBS += -ladvapi32 -lshell32 -lopengl32 -lwininet -luser32
24
} else {
25
PRECOMPILED_HEADER = common/lc_global.h
26
LIBS += -lz
0 commit comments