# ##################################################################### # Automatically generated by qmake (2.01a) Thu Apr 29 16:30:58 2010 # ##################################################################### TEMPLATE = app #TEMPLATE = lib win32 { TARGET = shelxle RC_FILE = shelxle.rc } !mac{ unix { TARGET = shelxle target.path = /usr/bin INSTALLS += target data.path = /usr/share/shelxle data.files = help/* INSTALLS += data icon.path = /usr/share/pixmaps icon.files = shelxle.png INSTALLS += icon desktop.path = /usr/share/applications desktop.files = shelxle.desktop INSTALLS += desktop }} mac { TARGET = shelxle ICON = macshelx.icns } exists("C:/bn/Python27/Qt"){ message("console is on") CONFIG += console } !exists("C:/bn/Python27/Qt"){ message($$QTDIRECTORY) message("console is off") } DEPENDPATH += . INCLUDEPATH += . QT += opengl QT += network QT += widgets #CONFIG += console # Input HEADERS += window.h \ exportccdlg.h \ glureplace.h \ itsme.h \ includeeditor.h \ chgl.h \ highlighter.h \ molecule.h \ ideal_defden.h\ fcvsfo.h\ dragdropatomsdlg.h \ codeeditor.h \ eacDlg.h \ shx_helper.h \ qpeakview.h \ psewidget.h \ historywidget.h\ fourxle.h\ savehistorywidget.h \ calculator.h \ dsrgui.h \ dsrglwindow.h \ dsreditwindow.h \ listfile.h \ scatt.h \ WhatsThisAndWhere.cpp\ plotgraph.h SOURCES += main.cpp \ exportccdlg.cpp \ includeeditor.cpp \ window.cpp \ molecule.cpp \ fcvsfo.cpp\ chgl.cpp \ ideal_defden.cpp\ highlighter.cpp \ codeeditor.cpp \ eacDlg.cpp \ qpeakview.cpp \ psewidget.cpp \ historywidget.cpp \ dragdropatomsdlg.cpp \ fourxle.cpp \ kissfft/kiss_fftnd.c \ kissfft/kiss_fft.c \ savehistorywidget.cpp \ calculator.cpp \ dsrgui.cpp \ dsrglwindow.cpp \ dsreditwindow.cpp \ listfile.cpp \ plotgraph.cpp RESOURCES += icons.qrc OTHER_FILES += shelxle.rc