Update qtsingleapp.qc.pro

This commit is contained in:
isaak654 2023-07-12 13:37:16 +02:00 committed by GitHub
parent b547b398bb
commit 3bb58ec9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ TEMPLATE = lib
TARGET = qtsingleapp
QT += core network widgets
DEFINES += QT_LARGEFILE_SUPPORT QTSERVICE_LIB QT_WIDGETS_LIB QT_QTSINGLEAPPLICATION_EXPORT
win32:QMAKE_CXXFLAGS += /FS
!mac:unix:QMAKE_LFLAGS += -Wl,-rpath,'\$\$ORIGIN'
mac:QMAKE_CXXFLAGS += -std=c++11