You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Qt on alunperin Troltechin tekemä käyttöliittymien totetukseen tarkoitettu työkalu. Qt-ympäristö on nykyään Nokia Oy:n omistuksessa

Qwt on Qt - kirjasto teknisiin sovelluksiin.

#-------------------------------------------------
#
# Project created by QtCreator 2009-11-05T17:16:56
#
#-------------------------------------------------

TARGET = SimulaattoriQwt
TEMPLATE = app
INCLUDEPATH += /usr/include/qwt-qt4
LIBS += -L/usr/lib -lqwt-qt4

SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui

  • No labels
You must log in to comment.