12345678910111213141516171819202122 |
- #-------------------------------------------------
- #
- # Project created by QtCreator 2011-06-26T22:13:06
- #
- #-------------------------------------------------
- QT += core gui
- TARGET = SANServer
- TEMPLATE = app
- SOURCES += main.cpp\
- mainwindow.cpp \
- SANServer.cpp
- HEADERS += mainwindow.h \
- SANServer.h
- FORMS += mainwindow.ui
- CONFIG += console
|