Skip to content

Commit

Permalink
Mérification de la compilation sous win
Browse files Browse the repository at this point in the history
  • Loading branch information
konfiot committed Jun 29, 2014
1 parent 66e5d53 commit 0f27f4b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 807 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.user
*.user
Makefile
15 changes: 4 additions & 11 deletions Logger21.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ TEMPLATE = app

QMAKE_CXXFLAGS += -std=c++0x

ICON = icone.ico

SOURCES += \
FenPrincipale.cpp \
Expand Down Expand Up @@ -83,15 +84,7 @@ CONFIG += serialport

QMAKE_CXXFLAGS_DEBUG += -O2 #Sinon ça faire l'erreur "too many sections"

unix {
message(*nix detected)
LIBS += -lqwt
LIBS += -lqjson
}
message(*nix detected)
LIBS += -lqwt
LIBS += -lqjson

win32 {
message(win32 detected)
LIBS += C:\Qwt-6.0.1\lib\libqwtd.a
LIBS += C:\qjson\lib\libqjson.dll.a
INCLUDEPATH += C:\Qwt-6.0.1\include C:\qjson\include
}
Loading

0 comments on commit 0f27f4b

Please sign in to comment.