Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mugiseyebrows committed Jul 17, 2024
1 parent ce6d984 commit dc944a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mugi-query.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
#-------------------------------------------------

QT += core gui sql axcontainer svg
QT += core gui sql svg axcontainer

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

win32 {

INCLUDEPATH += C:/Qwt-6.2.0/include
LIBS += -LC:/Qwt-6.2.0/lib -LC:/mysql-8.2.0-winx64/lib
#INCLUDEPATH += C:/Qwt-6.2.0/include
#LIBS += -LC:/Qwt-6.2.0/lib -LC:/mysql-8.2.0-winx64/lib

LIBS += -LC:/qwt/6.3.0/mingw1120_64/lib
INCLUDEPATH += C:/qwt/6.3.0/mingw1120_64/include

CONFIG(debug, debug|release) {
LIBS += -lqwtd
} else {
LIBS += -lqwt
}

LIBS += -lmysql

}

unix {
Expand Down

0 comments on commit dc944a0

Please sign in to comment.