12345678910111213141516171819 |
- ######################################################################
- # Automatically generated by qmake (2.01a) Di. Feb 2 18:59:38 2010
- ######################################################################
- TEMPLATE = app
- TARGET =
- DEPENDPATH += .
- INCLUDEPATH += .
- # Input
- HEADERS += Numerics.h HistoryLineEdit.h Controller.h Connection.h MainWindow.h UserLists.h
- FORMS += MainWindow.ui
- SOURCES += HistoryLineEdit.cpp Controller.cpp Connection.cpp main.cpp MainWindow.cpp UserLists.cpp
- RESOURCES += pixmaps.qrc
- QT += network
- #CONFIG += x86 x86_64
- CONFIG += x86_64
- RC_FILE = nirc.icns
|