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.
19 lines
562 B
19 lines
562 B
14 years ago
|
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 = qtconfig
|
||
|
DESTDIR = ../../bin
|
||
|
|
||
|
target.path=$$bins.path
|
||
|
INSTALLS += target
|
||
|
INCLUDEPATH += .
|
||
|
DBFILE = qtconfig.db
|
||
|
REQUIRES=full-config nocrosscompiler !win32*
|