mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 20:29:47 +08:00
#31 Squashed merge of commits relating to the plugin system and IContext redesign, from the 'interconnect' branch.
This commit is contained in:
22
samples/plugin/sample_plugin.pro
Normal file
22
samples/plugin/sample_plugin.pro
Normal file
@@ -0,0 +1,22 @@
|
||||
QT += core
|
||||
QT -= gui
|
||||
|
||||
TARGET = sample_plugin
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
DEPENDPATH += . ../../src
|
||||
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
SOURCES += *.cpp
|
||||
|
||||
LIBS += -L../../lib -lblackmisc
|
||||
|
||||
win32: PRE_TARGETDEPS += ../../lib/blackmisc.lib
|
||||
else: PRE_TARGETDEPS += ../../lib/libblackmisc.a
|
||||
|
||||
DESTDIR = ../../bin
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user