You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/tools/qtconfig/qtconfig.pro

19 lines
563 B

TEMPLATE = app
CONFIG += qt warn_on
LANGUAGE = C++
SOURCES += colorbutton.cpp main.cpp previewframe.cpp previewwidget.cpp mainwindow.cpp paletteeditoradvanced.cpp
HEADERS += colorbutton.h previewframe.h previewwidget.h mainwindow.h paletteeditoradvanced.h
FORMS = mainwindowbase.ui paletteeditoradvancedbase.ui previewwidgetbase.ui
IMAGES = images/appicon.png
PROJECTNAME = Qt Configuration
TARGET = tqtconfig
DESTDIR = ../../bin
target.path=$$bins.path
INSTALLS += target
INCLUDEPATH += .
DBFILE = qtconfig.db
REQUIRES=full-config nocrosscompiler !win32*