Skip to content

Commit

Permalink
Fixed the path to MingW compiler on Windows building.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhaotix committed Oct 14, 2012
1 parent 2ff2b33 commit 3f73cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pgmodeler.pro
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ INCLUDEPATH += $$PWD/libutil/src \
$$PWD/libpgmodeler_ui/src
unix:LIBS = -lxml2 -lpq

windows:INCLUDEPATH += C:/mingw32-tdm/include C:/PostgreSQL/9.2/include
windows:LIBS = C:/mingw32-tdm/bin/libxml2.dll C:/PostgreSQL/9.2/bin/libpq.dll
windows:INCLUDEPATH += C:/QtSDK/mingw/include C:/PostgreSQL/9.2/include
windows:LIBS = C:/QtSDK/mingw/bin/libxml2.dll C:/PostgreSQL/9.2/bin/libpq.dll

sources.files = samples schemas lang conf README.md COMPILING.md PLUGINS.md LICENSE libpgmodeler_ui/res/imagens/pgmodeler_logo.png
unix:sources.files += start-pgmodeler.sh
Expand Down

0 comments on commit 3f73cc2

Please sign in to comment.