Update qtsingleapp.qc.pro

This commit is contained in:
isaak654 2021-01-30 14:28:59 +01:00 committed by GitHub
parent e708db97b8
commit 26b2459b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,9 +2,9 @@
# This file is generated by the Qt Visual Studio Add-in.
# ------------------------------------------------------
QT += core widgets network
TEMPLATE = lib
TARGET = qtsingleapp
QT += core network widgets
DEFINES += QT_LARGEFILE_SUPPORT QTSERVICE_LIB QT_WIDGETS_LIB QT_QTSINGLEAPPLICATION_EXPORT
!mac:unix:QMAKE_LFLAGS += -Wl,-rpath,'\$\$ORIGIN'
mac:QMAKE_CXXFLAGS += -std=c++11