| 12345678910111213141516171819202122232425262728293031323334 |
- #-------------------------------------------------
- #
- # Project created by QtCreator 2012-06-17T12:12:32
- #
- #-------------------------------------------------
- QT += webkit gui
- TARGET = SNCHelpMe
- TEMPLATE = lib
- DESTDIR = ../../output
- INCLUDEPATH +=../sncdatabase
- INCLUDEPATH +=../snccore
- INCLUDEPATH +=../wsnumchk
- LIBS += ../../output/sncdatabase.dll\
- ../../output/snccore.dll\
- ../../output/wsnumchk.dll
- DEFINES += SNCHELPME_LIBRARY
- SOURCES += snchelpme.cpp \
- formhelpme.cpp \
- dialogsaveoutput.cpp \
- dialogselectsegment2.cpp
- HEADERS += snchelpme.h\
- SNCHelpMe_global.h \
- formhelpme.h \
- dialogsaveoutput.h \
- dialogselectsegment2.h
- FORMS += \
- formhelpme.ui \
- dialogsaveoutput.ui \
- dialogselectsegment2.ui
|