# ------------------------------------------------- # Project created by QtCreator 2009-07-31T17:18:44 # ------------------------------------------------- CONFIG += release TARGET = qdialog TEMPLATE = app SOURCES += main.cpp \ dialogtypeparser.cpp \ yesnodialog.cpp \ gaugedialog.cpp \ dialogbase.cpp \ inputdialog.cpp \ combodialog.cpp \ rangedialog.cpp \ spindialog.cpp \ infodialog.cpp \ msgdialog.cpp \ multiinputdialog.cpp \ scrollingwidget.cpp \ checklistdialog.cpp \ buttonselectiondialog.cpp \ radiolistdialog.cpp \ menudialog.cpp \ textdialog.cpp HEADERS += dialogtypeparser.h \ yesnodialog.h \ gaugedialog.h \ dialogbase.h \ inputdialog.h \ combodialog.h \ rangedialog.h \ spindialog.h \ infodialog.h \ msgdialog.h \ multiinputdialog.h \ scrollingwidget.h \ checklistdialog.h \ buttonselectiondialog.h \ radiolistdialog.h \ menudialog.h \ textdialog.h FORMS += dialogbase.ui target.path = /usr/bin INSTALLS += target