41 lines
1.2 KiB
Prolog
41 lines
1.2 KiB
Prolog
|
|
TEMPLATE = lib
|
|
TARGET = QSbieAPI
|
|
QT += core concurrent
|
|
#CONFIG += debug
|
|
# DEFINES += QT_LARGEFILE_SUPPORT QTSERVICE_LIB QT_WIDGETS_LIB QT_QTSINGLEAPPLICATION_EXPORT
|
|
DEFINES += QSBIEAPI_LIB
|
|
#LIBS += -L"."
|
|
PRECOMPILED_HEADER = stdafx.h
|
|
#DEPENDPATH += .
|
|
#MOC_DIR += ./GeneratedFiles/$(ConfigurationName)
|
|
#OBJECTS_DIR += debug
|
|
#UI_DIR += ./GeneratedFiles
|
|
#RCC_DIR += ./GeneratedFiles
|
|
LIBS += -lNtdll -lAdvapi32 -lOle32 -lUser32 -lShell32 -lGdi32
|
|
|
|
CONFIG(release, debug|release):{
|
|
QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO
|
|
QMAKE_LFLAGS_RELEASE = $$QMAKE_LFLAGS_RELEASE_WITH_DEBUGINFO
|
|
}
|
|
|
|
QMAKE_CXXFLAGS_RELEASE -= -O2
|
|
|
|
CONFIG(debug, debug|release):contains(QMAKE_HOST.arch, x86_64):DESTDIR = ../Bin/x64/Debug
|
|
CONFIG(release, debug|release):contains(QMAKE_HOST.arch, x86_64):DESTDIR = ../Bin/x64/Release
|
|
CONFIG(debug, debug|release):!contains(QMAKE_HOST.arch, x86_64):DESTDIR = ../Bin/Win32/Debug
|
|
CONFIG(release, debug|release):!contains(QMAKE_HOST.arch, x86_64):DESTDIR = ../Bin/Win32/Release
|
|
|
|
INCLUDEPATH += .
|
|
DEPENDPATH += .
|
|
#MOC_DIR += ./GeneratedFiles
|
|
#OBJECTS_DIR += ./ObjectFiles
|
|
#UI_DIR += ./GeneratedFiles
|
|
#RCC_DIR += ./GeneratedFiles
|
|
|
|
|
|
include(QSbieAPI.pri)
|
|
|
|
win32:RC_FILE = QSbieAPI.rc
|
|
|