Skip to content

Commit

Permalink
NSIS!
Browse files Browse the repository at this point in the history
  • Loading branch information
rohityadavcloud committed Nov 18, 2010
1 parent 46469e3 commit 4779265
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
ts/resources-ts.qrc
bin/
build/
win32/
cmakeqt
*.o
contribs/downloads
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -122,7 +122,7 @@ ELSE (NOT WIN32)
SET (CMAKEQT_LIBS # Manually specify paths
${CONTRIBS_PATH}/lib/libQtNetwork.a ${CONTRIBS_PATH}/lib/libQtXml.a
${CONTRIBS_PATH}/lib/libqtaccessiblewidgets.a
${CONTRIBS_PATH}/lib/libQtGui.a ${CONTRIBS_PATH}/lib/libqjpeg.a
${CONTRIBS_PATH}/lib/libQtGui.a
${CONTRIBS_PATH}/lib/libqtaccessiblewidgets.a
${CONTRIBS_PATH}/lib/libQtCore.a
ws2_32 winmm imm32)
Expand Down Expand Up @@ -171,6 +171,7 @@ ENDIF(UNIX)
# Recursively add sub dirs
SUBDIRS(ts)
SUBDIRS(src)
SUBDIRS(nsis)

# Copy stuff to doc subdirectory
INSTALL (FILES AUTHORS COPYING INSTALL NEWS README TRANSLATORS
Expand Down
2 changes: 2 additions & 0 deletions README
Expand Up @@ -72,6 +72,8 @@ Packaging
make
make installer

This will create an .exe installer in /win32/bin

Who uses CMakeQt (send me your links, I'll add your project here...)
================

Expand Down

0 comments on commit 4779265

Please sign in to comment.