Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leto_i committed Jun 9, 2007
1 parent 7c98aff commit b06bcbb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions SpeedKernel.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
######################################################################

TEMPLATE = lib
TARGET +=
TARGET +=
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += staticlib
CONFIG += staticlib debug
#DEFINES += UNICODE
unix {
debug {
QMAKE_CFLAGS_DEBUG = -O0 -g3
}
}

# Input
HEADERS += CIniFile.h \
Expand Down

0 comments on commit b06bcbb

Please sign in to comment.