aboutsummaryrefslogtreecommitdiffstats
path: root/src/neptune3-ui-qsr-cluster/neptune3-ui-qsr-cluster.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/neptune3-ui-qsr-cluster/neptune3-ui-qsr-cluster.pro')
-rw-r--r--src/neptune3-ui-qsr-cluster/neptune3-ui-qsr-cluster.pro15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/neptune3-ui-qsr-cluster/neptune3-ui-qsr-cluster.pro b/src/neptune3-ui-qsr-cluster/neptune3-ui-qsr-cluster.pro
index f719c071..e67bfe3d 100644
--- a/src/neptune3-ui-qsr-cluster/neptune3-ui-qsr-cluster.pro
+++ b/src/neptune3-ui-qsr-cluster/neptune3-ui-qsr-cluster.pro
@@ -9,7 +9,18 @@ else: target.path = $$INSTALL_PREFIX/neptune3
INSTALLS += target
CONFIG += exceptions c++11
-macos: CONFIG -= app_bundle
+macos: {
+ CONFIG -= app_bundle
+ SOURCES += safewindow_mac.mm
+ HEADERS += safewindow_mac.h
+}
+
+win32 {
+ wrapper.files = neptune3-ui-qsr-cluster_wrapper.bat
+ wrapper.path = $$INSTALL_PREFIX/neptune3
+ INSTALLS += wrapper
+ LIBS += -lUser32
+}
QT = core gui qtsaferenderer network ivicore
@@ -18,7 +29,7 @@ LIBS += -L$$LIB_DESTDIR -l$$qtLibraryTarget(remotesettings) -l$$qtLibraryTarget(
INCLUDEPATH += $$OUT_PWD/../drivedata/frontend
INCLUDEPATH += $$OUT_PWD/../remotesettings/frontend
-SOURCES = main.cpp \
+SOURCES += main.cpp \
icsettingshandler.cpp \
neptunesafestatemanager.cpp \
safewindow.cpp \