Program has an icon now.

This commit is contained in:
eelke 2017-02-13 19:51:57 +01:00
parent 14891aa892
commit 3dff4dade8
2 changed files with 2 additions and 0 deletions

BIN
src/pglab.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -15,6 +15,8 @@ INCLUDEPATH += C:\prog\include
DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX
LIBS += c:\prog\lib\libpq.lib c:\prog\lib\fmt.lib User32.lib ws2_32.lib
win32:RC_ICONS += pglab.ico
SOURCES += main.cpp\
sqlparser.cpp \
PgsqlConn.cpp \