Skip to content

Commit

Permalink
- update project files to allow proper generation of windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
JensReimann committed May 20, 2024
1 parent 68a355b commit 07f310e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/qtapp/qtapp.pri
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
include(../../RTKLib.pri)

# save root directory
ROOT_DIRECTORY = $${PWD}/../..
OUTPUT_DIRECTORY = $${OUT_PWD}

include(../../RTKLib.pri)

QMAKE_LIBDIR += ../../../lib
QMAKE_LIBDIR += $${ROOT_DIRECTORY}/lib
QMAKE_LIBDIR += $${ROOT_DIRECTORY}/src
Expand Down
3 changes: 3 additions & 0 deletions app/qtapp/rtklaunch_qt/rtklaunch_qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ QT += widgets core gui

CONFIG += c++11

# save root directory
ROOT_DIRECTORY = $${PWD}/../../..

include(../../../RTKLib.pri)

TEMPLATE = app
Expand Down

0 comments on commit 07f310e

Please sign in to comment.