mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Added prefixes and renamed lowercase
This commit is contained in:
34
samples/com_server/sample_com_server.pro
Normal file
34
samples/com_server/sample_com_server.pro
Normal file
@@ -0,0 +1,34 @@
|
||||
QT += core network
|
||||
QT -= gui
|
||||
|
||||
TARGET = com_server
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
DEPENDPATH += . ../../src
|
||||
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
SOURCES += main.cpp \
|
||||
server.cpp
|
||||
|
||||
HEADERS += server.h
|
||||
|
||||
win32-msvc* {
|
||||
PRE_TARGETDEPS += ../../lib/blackmisc.lib \
|
||||
|
||||
LIBS += ../../lib/blackmisc.lib \
|
||||
}
|
||||
|
||||
!win32-msvc* {
|
||||
PRE_TARGETDEPS += ../../lib/libblackmisc.a \
|
||||
|
||||
LIBS += ../../lib/libblackmisc.a \
|
||||
}
|
||||
|
||||
DESTDIR = ../../bin
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user